Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
class
TSRNoReport(TSR):
Callers
1
test_failed_join_report
Method · 0.45
Calls
1
EagerResult
Class · 0.90
Tested by
no test coverage detected