> What signal is sent to mules when SIGINT or SIGHUP is sent to uWSGI?
>
> I ask because I'd like to run some mules that would pool a queue and pull
> jobs from it, but I'd also like to be able to take an action before they
> are killed.
>
>
>

Mules are (by-design) not driven by UNIX signals.

In such a way you can define your own signal handlers to control them. The
master only send SIGKILL to them.


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to