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

Method set_chord_size

celery/backends/redis.py:469–470  ·  view source on GitHub ↗
(self, group_id, chord_size)

Source from the content-addressed store, hash-verified

467 return retval
468
469 def set_chord_size(self, group_id, chord_size):
470 self.set(self.get_key_for_group(group_id, '.s'), chord_size)
471
472 def apply_chord(self, header_result_args, body, **kwargs):
473 # If any of the child results of this chord are complex (ie. group

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
get_key_for_groupMethod · 0.80

Tested by

no test coverage detected