From fd4252c5ec2d3623cd5ed5a36e4f3eaceaeb8f44 Mon Sep 17 00:00:00 2001 From: Vladimir Ulupov Date: Tue, 1 Jul 2014 23:59:43 +0400 Subject: [PATCH] add huey and mrq --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b14450f..68d4e9fa 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for working with event and task queues.* * [celery](http://www.celeryproject.org/) - An asynchronous task queue/job queue based on distributed message passing. +* [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue. +* [mrq](https://github.com/pricingassistant/mrq) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. * [rq](http://python-rq.org/) - Simple job queues for Python. ## Search