From daf311d67f08a6333d24d36237cff7951d654e00 Mon Sep 17 00:00:00 2001 From: ChrisJr404 Date: Thu, 7 May 2026 06:29:06 -0400 Subject: [PATCH] Add taskiq (#3112) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 604d034..a8e5f01 100644 --- a/README.md +++ b/README.md @@ -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