From bb001e1c22471bafa1f155163f70f5babdc6983f Mon Sep 17 00:00:00 2001 From: Dmitry Krokhin Date: Wed, 13 Sep 2023 12:25:55 +0300 Subject: [PATCH] add sharded-queue library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..383176eb 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [sharded-queue](https://github.com/basis-company/sharded-queue.py) - Sharded-queue is a queue with sub-queues and strict order. ## Template Engine