mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
add huey and mrq
This commit is contained in:
parent
960ffad2c8
commit
fd4252c5ec
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue