MCPcopy
hub / github.com/celery/celery / consume

Method consume

t/unit/worker/test_control.py:385–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

383 self.queues.append(queue.name)
384
385 def consume(self):
386 self.consuming = True
387
388 def cancel_by_queue(self, queue):
389 self.canceled.append(queue)

Callers 11

__enter__Method · 0.80
startMethod · 0.80
_do_resetMethod · 0.80
asynloopFunction · 0.80
synloopFunction · 0.80
add_task_queueMethod · 0.80
startMethod · 0.80
_reconnectMethod · 0.80
consume_fromMethod · 0.80
itercaptureMethod · 0.80
captureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected