From 478a7d76fb07eb249f98fd9d998eff15c1d75ebc 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 7aa8081..7f259b3 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