MCPcopy
hub / github.com/celery/celery / _failed_join_report

Method _failed_join_report

t/unit/tasks/test_chord.py:46–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 join_native = join
45
46 def _failed_join_report(self):
47 for value in self.value:
48 if isinstance(value, Exception):
49 yield EagerResult('some_id', value, 'FAILURE')
50
51
52class TSRNoReport(TSR):

Callers 1

Calls 1

EagerResultClass · 0.90

Tested by

no test coverage detected