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

Method post_fork

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

Source from the content-addressed store, hash-verified

1867 type = callable
1868
1869 def post_fork(server, worker):
1870 pass
1871 default = staticmethod(post_fork)
1872 desc = """\
1873 Called just after a worker has been forked.

Callers 1

spawn_workerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected