From 244bdce06e3f3d1e0ac4db9536f3200d1a8ed98c Mon Sep 17 00:00:00 2001 From: Abdalla Mohamed Date: Tue, 29 Dec 2020 05:51:32 +0300 Subject: [PATCH] Fix Celery URL (#486) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa808146af..7f259b368c2 100644 --- a/README.md +++ b/README.md @@ -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