MCPcopy
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_loopMethod · 0.95
handle_requestMethod · 0.95
test_heartbeat_loopMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_heartbeat_loopMethod · 0.76