I asked the following question in
http://serverfault.com/questions/416248/dynamic-number-of-supervisord-controlled-processes(and
happy to keep it in sync with your possible answers here):

I am using supervisord's
[program:x]<http://supervisord.org/configuration.html#program-x-section-settings>
to
keep my background queue runners up and running. The amount of numprocs is
set to a static number, but now I am looking for a solution to dynamically
adjust the process count depending on the workload of the queues.

Is it possible to (programmatically) change the amount of supervisord's
numprocs setting without affecting already running workers? Or isit simply
impossible at the moment (might be a good candidate for a feature request
then)?

Best regards,

Ville
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to