Fix typos

pull/677/head
pirasalbe 2022-05-28 13:53:38 +02:00 committed by GitHub
parent 7a094cec63
commit 1e97ac5de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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. 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. **[Celery](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.