Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ on_exit
Function
on_exit
gunicorn.conf.py:25–26 ·
view source on GitHub ↗
(server: Arbiter)
Source
from the content-addressed store, hash-verified
23
24
25
def
on_exit(server: Arbiter) -> None:
26
server.log.info(
"👋 Gunicorn is shutting down..."
)
27
28
29
def
worker_int(worker: UvicornWorker) -> None:
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected