MCPcopy
hub / github.com/benoitc/gunicorn / handle_usr1

Method handle_usr1

gunicorn/workers/base.py:182–183  ·  view source on GitHub ↗
(self, sig, frame)

Source from the content-addressed store, hash-verified

180 signal.set_wakeup_fd(self.PIPE[1])
181
182 def handle_usr1(self, sig, frame):
183 self.log.reopen_files()
184
185 def handle_exit(self, sig, frame):
186 self.alive = False

Callers

nothing calls this directly

Calls 1

reopen_filesMethod · 0.45

Tested by

no test coverage detected