MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / on_starting

Function on_starting

gunicorn.conf.py:21–22  ·  view source on GitHub ↗
(server: Arbiter)

Source from the content-addressed store, hash-verified

19
20
21def on_starting(server: Arbiter) -> None:
22 server.log.info("🚀 Starting Gunicorn with uvloop...")
23
24
25def on_exit(server: Arbiter) -> None:

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected