mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
iremove reap_workers from signaling .
This commit is contained in:
parent
f02b0d9cca
commit
d53112bbb2
@ -195,7 +195,6 @@ class Arbiter(object):
|
|||||||
def handle_chld(self, sig, frame):
|
def handle_chld(self, sig, frame):
|
||||||
"SIGCHLD handling"
|
"SIGCHLD handling"
|
||||||
self.wakeup()
|
self.wakeup()
|
||||||
self.reap_workers()
|
|
||||||
|
|
||||||
def handle_hup(self):
|
def handle_hup(self):
|
||||||
"""\
|
"""\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user