Skip to content

Commit

Permalink
Fix Celery URL (donnemartin#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpcodex authored Dec 29, 2020
1 parent ea446ad commit 244bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 244bdce

Please sign in to comment.