I was curious if there was a way to have supervisord reload (not restart) when given a specific signal like say, SIGUSR1. I want it to be able to reread it's config without disturbing the child processes that it already has spawned. Quickly scanning the code, It looks as if HUP will do a full restart and doing a 'reload' via xmlrpc(supervisorctl) will also trigger a restart.
I could dig into the code more, but I'd rather not have to if someone knows the answer to this already :) Thanks! -- Benjamin Smith http://just-another.net http://twitter.com/benjaminws
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
