Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
190
def
post_fork(server, worker):
191
server.log.info(
"Worker spawned (pid: %s)"
, worker.pid)
192
193
def
pre_fork(server, worker):
194
pass
Callers
nothing calls this directly
Calls
1
info
Method · 0.45
Tested by
no test coverage detected