Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ worker_int
Function
worker_int
gunicorn.conf.py:29–31 ·
view source on GitHub ↗
(worker: UvicornWorker)
Source
from the content-addressed store, hash-verified
27
28
29
def
worker_int(worker: UvicornWorker) -> None:
30
worker.log.info(
"🛑 Worker received INT signal, shutting down gracefully..."
)
31
sys.exit(0)
32
33
34
def
worker_abort(worker: UvicornWorker) -> None:
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected