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

Method dirty_worker_init

gunicorn/config.py:3096–3097  ·  view source on GitHub ↗
(worker)

Source from the content-addressed store, hash-verified

3094 type = callable
3095
3096 def dirty_worker_init(worker):
3097 pass
3098 default = staticmethod(dirty_worker_init)
3099 desc = """\
3100 Called just after a dirty worker has initialized all applications.

Callers 2

init_processMethod · 0.45

Calls

no outgoing calls

Tested by 1