add sharded-queue library

This commit is contained in:
Dmitry Krokhin 2023-09-13 12:25:55 +03:00 committed by GitHub
parent c52dba9b29
commit bb001e1c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1134,6 +1134,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. * [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. * [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. * [rq](https://github.com/rq/rq) - Simple job queues for Python.
* [sharded-queue](https://github.com/basis-company/sharded-queue.py) - Sharded-queue is a queue with sub-queues and strict order.
## Template Engine ## Template Engine