Add taskiq (#3112)

This commit is contained in:
ChrisJr404 2026-05-07 06:29:06 -04:00 committed by GitHub
parent 50d382a5c8
commit daf311d67f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -744,6 +744,7 @@ _Libraries for working with task queues._
- [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
- [rq](https://github.com/rq/rq) - Simple job queues for Python.
- [taskiq](https://github.com/taskiq-python/taskiq) - Distributed task queue with native asyncio support and pluggable brokers.
### Messaging