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

Function post_fork

examples/example_config.py:190–191  ·  view source on GitHub ↗
(server, worker)

Source from the content-addressed store, hash-verified

188#
189
190def post_fork(server, worker):
191 server.log.info("Worker spawned (pid: %s)", worker.pid)
192
193def pre_fork(server, worker):
194 pass

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected