Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
def
pre_exec(server):
197
server.log.info(
"Forked child, re-executing."
)
198
199
def
when_ready(server):
200
server.log.info(
"Server is ready. Spawning workers"
)
Callers
nothing calls this directly
Calls
1
info
Method · 0.45
Tested by
no test coverage detected