Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ notify
Method
notify
gunicorn/dirty/worker.py:138–140 ·
view source on GitHub ↗
Update heartbeat timestamp.
(self)
Source
from the content-addressed store, hash-verified
136
return
f
"<DirtyWorker {self.pid}>"
137
138
def
notify(self):
139
""
"Update heartbeat timestamp."
""
140
self.tmp.notify()
141
142
def
init_process(self):
143
""
"
Callers
6
_heartbeat_loop
Method · 0.95
handle_request
Method · 0.95
_stream_sync_generator
Method · 0.95
_stream_async_generator
Method · 0.95
test_notify_calls_tmp_notify
Method · 0.95
test_heartbeat_loop
Method · 0.95
Calls
no outgoing calls
Tested by
2
test_notify_calls_tmp_notify
Method · 0.76
test_heartbeat_loop
Method · 0.76