Add taskiq

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
Pavel Kirilin 2023-03-27 04:42:43 +04:00
parent 091e9e6c4e
commit e2a529fc85
No known key found for this signature in database
GPG Key ID: 9EB859454F2120FF

View File

@ -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