Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ worker_abort
Function
worker_abort
gunicorn.conf.py:34–35 ·
view source on GitHub ↗
(worker: UvicornWorker)
Source
from the content-addressed store, hash-verified
32
33
34
def
worker_abort(worker: UvicornWorker) -> None:
35
worker.log.warning(
"⚠️ Worker aborted due to timeout or unexpected error."
)
Callers
nothing calls this directly
Calls
1
warning
Method · 0.80
Tested by
no test coverage detected