Fix typos

This commit is contained in:
pirasalbe
2022-05-28 13:53:38 +02:00
committed by Ido Ophir
parent 845b6292e0
commit 90304dbf07

View File

@@ -1399,7 +1399,7 @@ The user is not blocked and the job is processed in the background. During this
### 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.
Tasks queues receive tasks and their related data, run them, then deliver 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.