Fixed typo in Task Queues

This commit is contained in:
Ajay Mateti
2021-06-30 19:29:35 +05:30
parent 4e70c54a5b
commit 57a6452998

View File

@@ -1348,7 +1348,7 @@ The user is not blocked and the job is processed in the background. During this
### Task queues ### Task queues
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. Task 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](https://docs.celeryproject.org/en/stable/)** 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.