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