On Thu, 2011-08-18 at 11:37 -0400, Chris McDonough wrote: > On Thu, 2011-08-18 at 12:08 +0200, Samuele Pedroni wrote: > > Hello, for work we are experimenting using supervisord to supervise > > things like celeryd (http://celeryproject.org), which uses > > multiprocessing internally. > > > > In case supervisor needs to resort to send a SIGKILL to the supervised > > process when stopping it (because it's hanging, or there's a long > > running job we don't care about and want to stop everything quickly*), > > the multiprocessing children would hang around anyway. > > > > I have created a fork on github with a branch that adds an optional > > killasgroup per program option/feature: > > > > https://github.com/pedronis/supervisor/tree/killasgroup > > This seems really low-impact and has docs and test changes (woo hoo!). > If you create a pull request I think we'd just go ahead and merge it.
done: https://github.com/Supervisor/supervisor/pull/30 thanks, Samuele Pedroni _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
