Usage

This section contains focused guides for runtime configuration and production queue behavior.

Choose a Topic

Configuration

Configure the plugin, service, workers, dependency keys, and runtime settings.

Configuration
Tasks

Register tasks, enqueue work, set retries, deduplicate records, and use task context helpers.

Tasks
Schedules

Run recurring interval and cron tasks with startup synchronization.

Schedules
Workers

Run local workers, process batches, send heartbeats, and reconcile external execution.

Workers
Events

Publish lifecycle, progress, log, and custom task events to application realtime infrastructure.

Events
Backends

Select queue and execution backends while keeping optional drivers optional.

Backends
Dependency Resolver

Inject services into task callables through an external DI container with the optional task_dependency_resolver hook.

Dependency Resolver
CLI

Run worker fleets, inspect queue status, and check scheduler health via the litestar queues subcommand group.

Command-Line Interface