tadej / rpms / uwsgi

Forked from rpms/uwsgi 6 years ago
Clone

c04fd62 This was actually right. From the documentation

Authored and Committed by kad 10 years ago
    This was actually right. From the documentation
    
    > By default sending the SIGTERM signal to uWSGI means "brutally
    > reload the stack" while the convention is to shut an application
    > down on SIGTERM. To shutdown uWSGI use SIGINT or SIGQUIT instead.
    > If you absolutely can not live with uWSGI being so disrespectful
    > towards SIGTERM, by all means enable the die-on-term option.
    
    (https://uwsgi-docs.readthedocs.org/en/latest/ThingsToKnow.html)
    
    And:
    
    > Sending SIGHUP to the Emperor will reload all vassals.
    
    (https://uwsgi-docs.readthedocs.org/en/latest/Emperor.html)
    
        
file modified
+2 -0