MCPcopy
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()

Calls

no outgoing calls