mirror of
https://github.com/vinta/awesome-python
synced 2024-11-14 15:57:15 +00:00
add daramatiq Fixes #1583
This commit is contained in:
parent
62da92ac7b
commit
81008793ce
1 changed files with 1 additions and 0 deletions
|
@ -1096,6 +1096,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
*Libraries for working with task queues.*
|
||||
|
||||
* [celery](http://www.celeryproject.org/) - An asynchronous task queue/job queue based on distributed message passing.
|
||||
* [daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
|
||||
* [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.
|
||||
|
|
Loading…
Reference in a new issue