Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ ensure_chords_allowed
Method
ensure_chords_allowed
celery/backends/base.py:823–824 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
821
)
822
823
def
ensure_chords_allowed(self):
824
pass
825
826
def
apply_chord(self, header_result_args, body, **kwargs):
827
self.ensure_chords_allowed()
Callers
15
apply_chord
Method · 0.95
test_chain_error_handler_with_eta
Method · 0.45
test_groupresult_serialization
Method · 0.45
test_chain_of_task_a_group_and_a_chord
Method · 0.45
test_chain_of_chords_as_groups_chained_to_a_task_with_two_tasks
Method · 0.45
test_chain_of_chords_with_two_tasks
Method · 0.45
test_chain_of_explicit_chords
Method · 0.45
test_chain_of_nine_chords
Method · 0.45
test_chain_of_a_chord_and_a_group_with_two_tasks
Method · 0.45
test_chain_of_a_chord_and_a_task_and_a_group
Method · 0.45
test_chain_of_a_chord_and_two_tasks_and_a_group
Method · 0.45
test_chain_of_a_chord_and_three_tasks_and_a_group
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_chain_error_handler_with_eta
Method · 0.36
test_groupresult_serialization
Method · 0.36
test_chain_of_task_a_group_and_a_chord
Method · 0.36
test_chain_of_chords_as_groups_chained_to_a_task_with_two_tasks
Method · 0.36
test_chain_of_chords_with_two_tasks
Method · 0.36
test_chain_of_explicit_chords
Method · 0.36
test_chain_of_nine_chords
Method · 0.36
test_chain_of_a_chord_and_a_group_with_two_tasks
Method · 0.36
test_chain_of_a_chord_and_a_task_and_a_group
Method · 0.36
test_chain_of_a_chord_and_two_tasks_and_a_group
Method · 0.36
test_chain_of_a_chord_and_three_tasks_and_a_group
Method · 0.36
test_nested_chain_group_mid
Method · 0.36