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.

Introduction
Installation

Install the core package and only the optional backend extras you need.

Installation
Quickstart

Register a task, attach the Litestar plugin, and enqueue work.

Quickstart