Hello Bar, > 3. When stopping, supervisor is not sending the TERM signal! I think it just > kills the process, even though when I do 'kill PID_OF_PROCESS' in a shell, I > can see in the logs that the process has caught that signal and exited. > That's the worst part of my problem....
Are you running this as part of a service script or does it happen with the binary as well? Redhat's init scripts that are generally included will force a stop process to kill off if it doesn't execute in a certain amount of time thus not sending the kill signal (this was the same issue I had a while back until I located that). Hopefully that helps you. Regards, Mike _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
