I
I
Ilyas2018-02-06 16:08:42
Python
Ilyas, 2018-02-06 16:08:42

What are the analogues of celery?

Hello, what are the analogues of Celery?
From the requirements: you can set asynchronous tasks and the ability to scale to multiple servers with a single entry point.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
chuck, 2019-10-11
@chuck

https://dramatiq.io/ - a library from a Celery adept who knew all the disadvantages of Celery and decided to rewrite everything, only very beautifully.
Dramatiq Benefits:

  • A set of all necessary features.
  • Focused on performance.
  • Support for Sentry and metrics for Prometheus out of the box
  • A small and clearly written code base, code autoreload.

T
tema_sun, 2018-02-06
@tema_sun

Redis Queue python-rq.org

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question