MCPcopy
hub / github.com/celery/celery / set_chord_size

Method set_chord_size

celery/backends/base.py:797–798  ·  view source on GitHub ↗
(self, group_id, chord_size)

Source from the content-addressed store, hash-verified

795 pass
796
797 def set_chord_size(self, group_id, chord_size):
798 pass
799
800 def fallback_chord_unlock(self, header_result, body, countdown=1,
801 **kwargs):

Callers 5

test_set_chord_sizeMethod · 0.95
create_taskMethod · 0.45
chord_contextMethod · 0.45
_apply_tasksMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_set_chord_sizeMethod · 0.76
create_taskMethod · 0.36
chord_contextMethod · 0.36