mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
we don't want that.
This commit is contained in:
parent
859e74be40
commit
fba0342536
@ -303,7 +303,7 @@ class Arbiter(object):
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
def stop(self, graceful=True):
|
def stop(self, graceful=True):
|
||||||
self.LISTENER.close()
|
self.LISTENER = None
|
||||||
sig = signal.SIGQUIT
|
sig = signal.SIGQUIT
|
||||||
if not graceful:
|
if not graceful:
|
||||||
sig = signal.SIGTERM
|
sig = signal.SIGTERM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user