From 4c5700ad391cd200969de3a9d926267305b36ce7 Mon Sep 17 00:00:00 2001 From: Ido Ophir Date: Mon, 7 Apr 2025 15:20:53 +0300 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e83cd3..49b15fa8 100644 --- a/README.md +++ b/README.md @@ -1399,8 +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, run them, then deliver 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. ### Back pressure