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

Method start

celery/bin/multi.py:291–293  ·  view source on GitHub ↗
(self, cluster)

Source from the content-addressed store, hash-verified

289 @splash
290 @using_cluster
291 def start(self, cluster):
292 self.note('> Starting nodes...')
293 return int(any(cluster.start()))
294
295 @splash
296 @using_cluster_and_sig

Callers 2

_ipython_pre_10Function · 0.45
workerFunction · 0.45

Calls 1

noteMethod · 0.80

Tested by

no test coverage detected