Answer the question
In order to leave comments, you need to log in
A queue server that can independently raise workers as needed?
We have a service with a large number of clients (accounts), for each user I want to create their own task queue so that they do not delay each other.
A large number of "workers" for rabbitMQ and / or docker is not a hunt, because it is not clear because
Answer the question
In order to leave comments, you need to log in
Why for everyone? If one worker worked for one client, then let him process the next one :) Extinguishing / raising is also a resource-eating task.
celery has auto-balancing the number of workers - docs.celeryproject.org/en/latest/userguide/workers... you can specify how many to keep in memory just in case and how many additional ones can be raised if necessary.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question