I think the "reread" command in supervisorctl is what you're looking for. It will reprocess the config but not change anything. Running "update" will restart the process groups that have changed.
On Wed, Sep 23, 2009 at 6:27 AM, Benjamin Smith < [email protected]> wrote: > 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 > >
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
