Fix Celery URL (#486)

pull/1067/head
Abdalla Mohamed 2020-12-29 05:51:32 +03:00 committed by GitHub
parent a078026e80
commit cdfdeb0934
1 changed files with 1 additions and 1 deletions

View File

@ -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