Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
on_starting(server: Arbiter) -> None:
22
server.log.info(
"🚀 Starting Gunicorn with uvloop..."
)
23
24
25
def
on_exit(server: Arbiter) -> None:
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected