From e2a529fc85c0e7785a6c43e465ee151a32ee2f3f Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Mon, 27 Mar 2023 04:42:43 +0400 Subject: [PATCH] Add taskiq Signed-off-by: Pavel Kirilin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f6..e57835a4 100644 --- a/README.md +++ b/README.md @@ -1132,6 +1132,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. * [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent. * [rq](https://github.com/rq/rq) - Simple job queues for Python. +* [taskiq](https://github.com/taskiq-python/taskiq) - An asynchronous task queue with multiple queue backends and full asyncio support. ## Template Engine