# Create a virtual environment (best practice) python3 -m venv paulie-env source paulie-env/bin/activate pip install --upgrade pip Install Paulie pip install paulie-scheduler

paulie start Even with a straightforward paulie install , things can go wrong. Here are the most frequent pitfalls and their solutions.

scheduler: timezone: "America/New_York" heartbeat_interval: 30 # seconds execution: max_workers: 10 default_timeout: 3600 # 1 hour storage: type: "sqlite" # options: memory, sqlite, postgres path: "/var/lib/paulie/jobs.db" api: host: "0.0.0.0" port: 8080 auth: enabled: true api_keys: - "your-secure-key-here" logging: level: "INFO" file: "/var/log/paulie/paulie.log" Enable the configuration: