We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf8100c4 commit07b7f64Copy full SHA for 07b7f64
README.md
@@ -1114,7 +1114,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1114
1115
*Libraries for working with task queues.*
1116
1117
-*[celery](https://github.com/celery/celery) - 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.
1118
*[daramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
1119
*[huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
1120
*[mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent.