MCPcopy
hub / github.com/celery/celery / Queue

Class Queue

celery/backends/rpc.py:173–176  ·  view source on GitHub ↗

Queue that never caches declaration.

Source from the content-addressed store, hash-verified

171 auto_declare = False
172
173 class Queue(kombu.Queue):
174 """Queue that never caches declaration."""
175
176 can_cache_declaration = False
177
178 def __init__(self, app, connection=None, exchange=None, exchange_type=None,
179 persistent=None, serializer=None, auto_delete=True, **kwargs):

Callers 15

appFunction · 0.85
create_test_appFunction · 0.85
create_appFunction · 0.85
celery_configFunction · 0.85
test_move_transformMethod · 0.85
test_startMethod · 0.85
test_maybe_queueFunction · 0.85
test_move_by_taskmapFunction · 0.85
test_move_by_idmapFunction · 0.85
test_move_task_by_idFunction · 0.85
test_migrateMethod · 0.85

Calls

no outgoing calls

Tested by 15

appFunction · 0.68
create_test_appFunction · 0.68
create_appFunction · 0.68
celery_configFunction · 0.68
test_move_transformMethod · 0.68
test_startMethod · 0.68
test_maybe_queueFunction · 0.68
test_move_by_taskmapFunction · 0.68
test_move_by_idmapFunction · 0.68
test_move_task_by_idFunction · 0.68
test_migrateMethod · 0.68