File tree 3 files changed +2
-1
lines changed
3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2743,6 +2743,7 @@ <h2 id="task-queues">Task Queues</h2>
2743
2743
< p > < em > Libraries for working with task queues.</ em > </ p >
2744
2744
< ul >
2745
2745
< li > < a href ="http://www.celeryproject.org/ "> celery</ a > - An asynchronous task queue/job queue based on distributed message passing.</ li >
2746
+ < li > < a href ="https://github.com/Bogdanp/dramatiq "> daramatiq</ a > - A fast and reliable background task processing library for Python 3.</ li >
2746
2747
< li > < a href ="https://github.com/coleifer/huey "> huey</ a > - Little multi-threaded task queue.</ li >
2747
2748
< li > < a href ="https://github.com/pricingassistant/mrq "> mrq</ a > - A distributed worker task queue in Python using Redis & gevent.</ li >
2748
2749
< li > < a href ="https://github.com/rq/rq "> rq</ a > - Simple job queues for Python.</ li >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments