mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix issue #47
This commit is contained in:
parent
87760fe750
commit
ba06498d7d
@ -103,6 +103,7 @@ class Worker(object):
|
||||
|
||||
def handle_quit(self, sig, frame):
|
||||
self.alive = False
|
||||
os._exit(3)
|
||||
|
||||
def handle_exit(self, sig, frame):
|
||||
self.alive = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user