Start here#

Litestar Queues turns a Python function into tracked background work. Start with one process. Add persistent storage and separate workers only when your deployment needs them.

1. Install

Install the small core package and learn when an optional extra is needed.

Installation
2. Build the first app

Copy one complete Litestar application, run it, and enqueue a task.

Quickstart
3. Understand the model

Learn how task records, workers, persistence, execution, and events fit together.

Concepts