Reload signal for UWSGI when using Supervisord?

Posted by Kerem Ulutas on Server Fault See other posts from Server Fault or by Kerem Ulutas
Published on 2012-09-02T12:55:51Z Indexed on 2012/09/02 15:40 UTC
Read the original article Hit count: 434

Filed under:
|

I have been using UWSGI behind Nginx and I've set supervisord to restart the Nginx and UWSGI instances in case of a server reboot.

I am debugging my application and sometimes need to reload the application. According to this page I should be sending SIGHUP in order to do a graceful reload.

I could find a stopsignal config setting on this page, but I couldn't find any entry related to something like "reloadsignal" or "restartsignal".

Any ideas?

© Server Fault or respective owner

Related posts about uwsgi

Related posts about supervisord