MCPcopy
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_repliesMethod · 0.95
test_startMethod · 0.95

Calls 1

syncMethod · 0.95

Tested by 2

test_start_no_repliesMethod · 0.76
test_startMethod · 0.76