Revert changes to english README

pull/504/head
Michael 2021-01-31 22:35:08 +01:00
parent fe6e877a39
commit 3080142cd1
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](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.
**Celery** has support for scheduling and primarily has python support.
### Back pressure