MCPcopy
hub / github.com/celery/celery / compatible_transport

Method compatible_transport

celery/worker/consumer/mingle.py:32–34  ·  view source on GitHub ↗
(self, app)

Source from the content-addressed store, hash-verified

30 c, without_mingle=without_mingle, **kwargs)
31
32 def compatible_transport(self, app):
33 with app.connection_for_read() as conn:
34 return conn.transport.driver_type in self.compatible_transports
35
36 def start(self, c):
37 self.sync(c)

Callers 1

__init__Method · 0.95

Calls 1

connection_for_readMethod · 0.45

Tested by

no test coverage detected