Skip to content

Commit

Permalink
add alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 4, 2024
1 parent 3e48ed6 commit 8a04e60
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions topics/admin/tutorials/celery/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ tags:
- git-gat
---

# Overview


Celery is a distributed task queue written in Python that can spawn multiple workers and enables asynchronous task processing on multiple nodes. It supports scheduling, but focuses more on real-time operations.

From the Celery website:
Expand All @@ -52,7 +49,9 @@ From the Celery website:
>
{: .quote cite="https://docs.celeryq.dev/en/stable/getting-started/introduction.html#what-s-a-task-queue"}

[A slideshow presentation on this subject is available](slides.html).
[A slideshow presentation on this subject is available](slides.html).

If you are not interesting in managing Redis and Flower, you might be interested in the [lower-configuration deployment option]({% link topics/admin/tutorials/celeryless/tutorial.md %}).

> <agenda-title></agenda-title>
>
Expand Down

0 comments on commit 8a04e60

Please sign in to comment.