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

Function when_ready

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

Source from the content-addressed store, hash-verified

197 server.log.info("Forked child, re-executing.")
198
199def when_ready(server):
200 server.log.info("Server is ready. Spawning workers")
201
202def worker_int(worker):
203 worker.log.info("worker received INT or QUIT signal")

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected