From 90304dbf070a930b1b76b198598b6c4d1b4581b6 Mon Sep 17 00:00:00 2001 From: pirasalbe Date: Sat, 28 May 2022 13:53:38 +0200 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcef0673..57e83cd3 100644 --- a/README.md +++ b/README.md @@ -1399,7 +1399,7 @@ The user is not blocked and the job is processed in the background. During this ### Task queues -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. +Tasks queues receive tasks and their related data, run them, then deliver their results. They can support scheduling and can be used to run computationally-intensive jobs in the background. **[Celery](https://docs.celeryproject.org/en/stable/)** has support for scheduling and primarily has python support.