Skip to content

Commit 478a7d7

Browse files
authored
Fix Celery URL (donnemartin#486)
1 parent f103307 commit 478a7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ The user is not blocked and the job is processed in the background. During this
13501350

13511351
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.
13521352

1353-
**Celery** has support for scheduling and primarily has python support.
1353+
**[Celery](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.
13541354

13551355
### Back pressure
13561356

0 commit comments

Comments
 (0)