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

Function when_ready

examples/http2_gevent/gunicorn_conf.py:72–74  ·  view source on GitHub ↗

Called just after the server is started.

(server)

Source from the content-addressed store, hash-verified

70
71
72def when_ready(server):
73 """Called just after the server is started."""
74 server.log.info("HTTP/2 server is ready to accept connections")
75
76
77def worker_int(worker):

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected