Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ handle_quit
Method
handle_quit
gunicorn/arbiter.py:300–303 ·
view source on GitHub ↗
SIGQUIT handling
(self)
Source
from the content-addressed store, hash-verified
298
raise
StopIteration
299
300
def
handle_quit(self):
301
"SIGQUIT handling"
302
self.stop(False)
303
raise
StopIteration
304
305
def
handle_ttin(self):
306
""
"\
Callers
4
test_handle_quit_sigquit_immediate_shutdown
Method · 0.45
test_sigterm_then_sigquit
Method · 0.45
test_sigquit_does_not_wait_for_threads
Method · 0.45
test_handle_quit_spawns_greenlet
Method · 0.45
Calls
1
stop
Method · 0.95
Tested by
4
test_handle_quit_sigquit_immediate_shutdown
Method · 0.36
test_sigterm_then_sigquit
Method · 0.36
test_sigquit_does_not_wait_for_threads
Method · 0.36
test_handle_quit_spawns_greenlet
Method · 0.36