add mrq url

pull/7/merge
tangyouhua 2016-10-18 22:25:04 +08:00
parent 7902448744
commit bc0b34161f
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ Python实现的数据库。
* celery一个异步任务队列/作业队列,基于分布式消息传递。[官网](http://www.celeryproject.org/)
* huey小型多线程任务队列。[官网](https://github.com/coleifer/huey)
* mrqMr. Queue -一个 Python 的分布式 worker 任务队列, 使用 Redis 和 gevent。[官网](https://github.com/pricingassistant/mrq)
* [mrq](http://hao.jobbole.com/mrq/)Mr. Queue -一个 Python 的分布式 worker 任务队列, 使用 Redis 和 gevent。[官网](https://github.com/pricingassistant/mrq)
* rq简单的 Python 作业队列。[官网](http://python-rq.org/)
* simpleq一个简单的可无限扩张的基于亚马逊 SQS 的队列。[官网](https://github.com/rdegges/simpleq)