MCPcopy 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
25def on_exit(server: Arbiter) -> None:
26 server.log.info("👋 Gunicorn is shutting down...")
27
28
29def worker_int(worker: UvicornWorker) -> None:

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected