I need to determine the best possible combination of minimum and a maximum number of pool processes. Is there a way of testing and getting the optimum values?
I'm using rabbitmq
as a broker and this process is running on a machine with 8 cores
Asked
Active
Viewed 280 times
1

sachin
- 23
- 7
-
You can refer to these two answers https://stackoverflow.com/questions/31898311/celery-difference-between-concurrency-workers-and-autoscaling and https://stackoverflow.com/questions/46989636/how-to-enable-auto-scaling-with-celery-multi-workers – Amandeep Singh Sep 16 '21 at 13:17