Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ start
Method
start
celery/worker/consumer/mingle.py:36–37 ·
view source on GitHub ↗
(self, c)
Source
from the content-addressed store, hash-verified
34
return
conn.transport.driver_type in self.compatible_transports
35
36
def
start(self, c):
37
self.sync(c)
38
39
def
sync(self, c):
40
info(
'mingle: searching for neighbors'
)
Callers
2
test_start_no_replies
Method · 0.95
test_start
Method · 0.95
Calls
1
sync
Method · 0.95
Tested by
2
test_start_no_replies
Method · 0.76
test_start
Method · 0.76