MCPcopy
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 """\

Calls 1

stopMethod · 0.95