Every registered backend needs the worker bus:
TAI_BUS_REDIS_URL must be set, or boot is refused. Stacks sharing one Redis
must also diverge on TAI_BUS_NAMESPACE (default tai).Install and run one
Each backend’s package, itsbackend_module manifest key, its <PREFIX>_*
settings, the worker/beat/dashboard commands it accepts, and its
contract-coverage quirks live on the plugin page:
backend-arq
ARQ_* settings and the single worker process.backend-celery
CELERY_* settings, beat and flower, and the prefork concurrency caveat.backend-rq
RQ_* settings, worker, beat, and the dashboard.See also
- Backends — the contract all three implement.
- Manage a fleet — read the live worker census.
- Schedule a tool — put work on a schedule.

