mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2024-03-22 13:11:35 +08:00
Fix Celery URL (#486)
This commit is contained in:
parent
f103307ce3
commit
478a7d76fb
|
@ -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** 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user