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

Function pre_exec

examples/example_config.py:196–197  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

194 pass
195
196def pre_exec(server):
197 server.log.info("Forked child, re-executing.")
198
199def when_ready(server):
200 server.log.info("Server is ready. Spawning workers")

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected