uWSGI Signals

The uWSGI server responds to this signals:

SIGHUP:

reload (gracefully) all the workers and the master process

SIGTERM:

brutally reload all the workers and the master process

SIGINT/SIGQUIT:

kill all the uWSGI stack

SIGUSR1:

print statistics