Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_10
Function · 0.45
worker
Function · 0.45
Calls
1
note
Method · 0.80
Tested by
no test coverage detected