Litestar Queues
Define background work with a typed decorator, add it to a queue through Litestar, and let a managed worker run it. Start in one process. Add persistent storage, separate workers, or live task events as the application grows.
Start here
Install the package, copy one complete application, and enqueue a task.
Concepts
Learn how task records, storage, workers, execution, and events fit together.
How-to guides
Define tasks, inspect results, operate workers, and choose production options.
Examples
Run visual WebSocket and SSE examples with memory or persistent backends.
Reference
Browse generated API documentation grouped by subsystem.
Developers
Test changes, maintain examples, and audit documentation.
Changelog
Review release notes and breaking changes before upgrading an existing project.