Hi Bar,

On 2/22/12 10:47 AM, Bar Ziony wrote:
With this supervisor config (below), however, I can't see the "SIGTERM!"
output in the log specified in the config when I stop the processes via
supervisorctl stop s3_upload:*

In Supervisor 3.0a10, a bug was fixed that caused some log output to be missed when stopping a subprocess. Please upgrade if you are running an earlier version.

An easy way to verify that your test script is receiving the signal without depending on log output is to replace echo() with touch() and then check that the file is touched.

Regards,
Mike

--
Mike Naberezny
Maintainable Software
http://maintainable.com
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to