diff --git a/core/master_checks.c b/core/master_checks.c index d3e677ae..bfecf396 100644 --- a/core/master_checks.c +++ b/core/master_checks.c @@ -335,6 +335,7 @@ int uwsgi_master_check_daemons_death(int diedpid) { int uwsgi_worker_is_busy(int wid) { int i; + if (uwsgi.workers[uwsgi.mywid].sig) return 1; for(i=0;i