Getting Started¶
Start here. Litestar Queues keeps the application-facing API small:
decorate a callable, configure queue and execution backends, then enqueue
records through QueueService.
Choose a Guide¶
Introduction
Understand the core queue, execution, worker, and event concepts.
Installation
Install the core package and only the optional backend extras you need.
Quickstart
Register a task, attach the Litestar plugin, and enqueue work.