Skip to content

Commit

Permalink
fixed suspend when harakiri is in place
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Feb 7, 2013
1 parent f281d21 commit 9ae1b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/master_utils.c
Expand Up @@ -508,7 +508,8 @@ int uwsgi_respawn_worker(int wid) {

uwsgi.workers[wid].cheaped = 0;
uwsgi.workers[wid].busy = 0;
uwsgi.workers[wid].suspended = 0;
// SUSPENSION is managed by the user, not the master...
//uwsgi.workers[wid].suspended = 0;
uwsgi.workers[wid].sig = 0;

// this is required for various checks
Expand Down

0 comments on commit 9ae1b26

Please sign in to comment.