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

Method child_exit

gunicorn/config.py:1993–1994  ·  view source on GitHub ↗
(server, worker)

Source from the content-addressed store, hash-verified

1991 type = callable
1992
1993 def child_exit(server, worker):
1994 pass
1995 default = staticmethod(child_exit)
1996 desc = """\
1997 Called just after a worker has been exited, in the master process.

Callers 1

reap_workersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected