We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62da92a commit 8100879Copy full SHA for 8100879
README.md
@@ -1096,6 +1096,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1096
*Libraries for working with task queues.*
1097
1098
* [celery](http://www.celeryproject.org/) - An asynchronous task queue/job queue based on distributed message passing.
1099
+* [daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
1100
* [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
1101
* [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent.
1102
* [rq](https://github.com/rq/rq) - Simple job queues for Python.
0 commit comments