Hi,
It may already be possible but I did not find anything leading me to think that.
Let's say I have three processes running: A, B and C and I want to add a new one D but without restarting A, B and C, is it possible currently ?
I am currently using daemontools and considering switching to supervisor but this is a feature I could hardly work without.
From this thread on the mailing list:
Yup, edit the config file(s) and run supervisorctl update. Unchanged
programs aren't restarted.
Thanks a lot !
I checked the documentation but I expected it to be a signal to send, I was wrong.
Most helpful comment
From this thread on the mailing list: