MCPcopy
hub / github.com/celery/celery / on_node_join

Method on_node_join

celery/worker/consumer/gossip.py:136–138  ·  view source on GitHub ↗
(self, worker)

Source from the content-addressed store, hash-verified

134 self.consensus_replies.pop(id, None)
135
136 def on_node_join(self, worker):
137 debug('%s joined the party', worker.hostname)
138 self._call_handlers(self.on.node_join, worker)
139
140 def on_node_leave(self, worker):
141 debug('%s left', worker.hostname)

Callers 2

test_callbacksMethod · 0.95
test_on_node_joinMethod · 0.95

Calls 2

_call_handlersMethod · 0.95
debugFunction · 0.85

Tested by 2

test_callbacksMethod · 0.76
test_on_node_joinMethod · 0.76