What's New
Everything! This is the initial release of the Litestar Queues worker abstraction library. It's the culmination of several years of scripts, learnings from using third party tools, and a number of custom worker implementations.
There are 5 included queue backends and 2 execution backends.
- Worker Queues can run using the included in-memory, SQLSpec, Advanced Alchemy, Redis, or Valkey backend
- Tasks can execute in the local execution environment or through the optional Google GCP Cloud Run executor (more are welcome)
Contributions
- feat(queue): finish downstream worker migration by @cofin in #1
- feat: ship the v1 queue runtime and backends by @cofin in #2
- docs: refresh docs metadata and shibuya theme by @cofin in #22
New Contributors
- @cofin made their first contribution in #1
- @dependabot[bot] made their first contribution in #20
Full Changelog: https://github.com/cofin/litestar-queues/commits/v0.1.0