From fee9f6f4a9d02b3e22aeb64c801d92a6388a6207 Mon Sep 17 00:00:00 2001 From: Vinta Date: Fri, 18 Jul 2014 05:39:46 +0800 Subject: [PATCH] add simpleq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aeffb7..47ff631 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ long, literate-programming-style documentation generator. * [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. +* [simpleq](https://github.com/rdegges/simpleq) - A simple, infinitely scalable, Amazon SQS based queue. ## Search