Answer the question
In order to leave comments, you need to log in
How to optimize Celery+Redis?
The project (on Django) uses Celery for generating reports, sending messages, periodic tasks, etc. Periodic tasks have their own task_routes, shared/tasks have their own. However, in production, we encountered a problem that a large number of small tasks take up a queue, due to which others are completed with a large delay.
What is the best way to organize a queue, set up Celery / Redis, or what else can be done to make tasks run with less delay?
Celery workers started with concurrency 4, auto_scale 8.32
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question