mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
unblock SIGCHLD
This commit is contained in:
parent
dba55760eb
commit
3ee23d74fd
@ -22,7 +22,7 @@ class Worker(object):
|
||||
|
||||
SIGNALS = map(
|
||||
lambda x: getattr(signal, "SIG%s" % x),
|
||||
"QUIT INT TERM USR1".split()
|
||||
"HUP QUIT INT TERM USR1 USR2 WINCH CHLD".split()
|
||||
)
|
||||
|
||||
PIPE = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user