Environment Variables
Configure TaskDaemon via environment variables.Available Variables
Queue Types
- sqlite
- hybrid
Standard SQLite-backed queue. Durable but slightly slower under high load.
Task Selection
See Task Selection Strategies for details.
Usage
Docker
Docker Compose
Shell
CLI Arguments
CLI arguments override environment variables:Precedence
Configuration is applied in this order (later overrides earlier):- Default values
- Environment variables
- CLI arguments
Performance Tuning
For high-throughput workloads:Set
DAEMON_WORKERS to roughly match the total number of handler instances across all handlers for optimal utilization.