Supervisor: Ability to add a new process without restart

Created on 25 Sep 2011  路  2Comments  路  Source: Supervisor/supervisor

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.

Most helpful comment

From this thread on the mailing list:

Yup, edit the config file(s) and run supervisorctl update. Unchanged
programs aren't restarted.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jvanasco picture jvanasco  路  46Comments

cclauss picture cclauss  路  62Comments

guettli picture guettli  路  96Comments

ramary picture ramary  路  33Comments

ivan1986 picture ivan1986  路  49Comments