Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/1079/head
parent
90304dbf07
commit
4c5700ad39
|
@ -1399,8 +1399,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, run them, then deliver 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.
|
||||||
|
|
||||||
### Back pressure
|
### Back pressure
|
||||||
|
|
Loading…
Reference in New Issue