Skip to main content

Environment Variables

Configure TaskDaemon via environment variables.

Available Variables

Queue Types

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):
  1. Default values
  2. Environment variables
  3. 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.

Log Levels