mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
we don't need this one.
This commit is contained in:
parent
957496304c
commit
e804f97f5e
@ -124,7 +124,6 @@ class Worker(object):
|
|||||||
self.log.info("Parent process changed. Closing %s" % self)
|
self.log.info("Parent process changed. Closing %s" % self)
|
||||||
return
|
return
|
||||||
|
|
||||||
self.notify()
|
|
||||||
try:
|
try:
|
||||||
self.notify()
|
self.notify()
|
||||||
ret = select.select([self.socket], [], self.PIPE, self.timeout)
|
ret = select.select([self.socket], [], self.PIPE, self.timeout)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user