Unverified Commit 478a7d76 authored by Abdalla Mohamed's avatar Abdalla Mohamed Committed by GitHub
Browse files

Fix Celery URL (#486)

parent f103307c
......@@ -1350,7 +1350,7 @@ The user is not blocked and the job is processed in the background. During this
Tasks queues receive tasks and their related data, runs them, then delivers their results. They can support scheduling and can be used to run computationally-intensive jobs in the background.
**Celery** has support for scheduling and primarily has python support.
**[Celery](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.
### Back pressure
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment