Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ worker_abort
Function
worker_abort
examples/example_config.py:219–220 ·
view source on GitHub ↗
(worker)
Source
from the content-addressed store, hash-verified
217
worker.log.debug(
"\n"
.join(code))
218
219
def
worker_abort(worker):
220
worker.log.info(
"worker received SIGABRT signal"
)
221
222
def
ssl_context(conf, default_ssl_context_factory):
223
import
ssl
Callers
nothing calls this directly
Calls
1
info
Method · 0.45
Tested by
no test coverage detected