MCPcopy
hub / github.com/celery/celery / start

Method start

celery/apps/multi.py:406–407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 self.on_child_failure = on_child_failure
405
406 def start(self):
407 return [self.start_node(node) for node in self]
408
409 def start_node(self, node):
410 maybe_call(self.on_node_start, node)

Callers 1

_start_worker_processFunction · 0.95

Calls 1

start_nodeMethod · 0.95

Tested by

no test coverage detected