Skip to content

Releases: cofin/litestar-queues

Release list

v0.1.0

Choose a tag to compare

@cofin cofin released this 29 Jun 20:49
81f7263

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

Full Changelog: https://github.com/cofin/litestar-queues/commits/v0.1.0