Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
start
Method · 0.80
_do_reset
Method · 0.80
asynloop
Function · 0.80
synloop
Function · 0.80
add_task_queue
Method · 0.80
start
Method · 0.80
_reconnect
Method · 0.80
consume_from
Method · 0.80
itercapture
Method · 0.80
capture
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected