I am using supervisord's [program:x] 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?