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

Method on_reload

gunicorn/config.py:1820–1821  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

1818 type = callable
1819
1820 def on_reload(server):
1821 pass
1822 default = staticmethod(on_reload)
1823 desc = """\
1824 Called to recycle workers during a reload via SIGHUP.

Callers 1

reloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected