mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-27 14:01:08 +00:00
Fix dramatiq spelling
This commit is contained in:
parent
9d41288f42
commit
39d97c1637
|
@ -1130,7 +1130,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
*Libraries for working with task queues.*
|
*Libraries for working with task queues.*
|
||||||
|
|
||||||
* [celery](https://docs.celeryproject.org/en/stable/) - An asynchronous task queue/job queue based on distributed message passing.
|
* [celery](https://docs.celeryproject.org/en/stable/) - 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.
|
* [dramatiq](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.
|
* [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.
|
* [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.
|
* [rq](https://github.com/rq/rq) - Simple job queues for Python.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user