Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ timeout_ctx
Method
timeout_ctx
gunicorn/workers/base_async.py:26–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
self.worker_connections = self.cfg.worker_connections
25
26
def
timeout_ctx(self):
27
raise
NotImplementedError()
28
29
def
is_already_handled(self, respiter):
30
# some workers will need to overload this function to raise a StopIteration
Callers
1
handle
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected