MCPcopy
hub / github.com/celery/celery / join

Method join

t/unit/tasks/test_chord.py:38–43  ·  view source on GitHub ↗
(self, propagate=True, **kwargs)

Source from the content-addressed store, hash-verified

36 return self.is_ready
37
38 def join(self, propagate=True, **kwargs):
39 if propagate:
40 for value in self.value:
41 if isinstance(value, Exception):
42 raise value
43 return self.value
44 join_native = join
45
46 def _failed_join_report(self):

Callers 15

test_unicode_taskMethod · 0.45
modulesMethod · 0.45
test_initMethod · 0.45
_argsMethod · 0.45
test_mark_as_retryMethod · 0.45
test_mark_as_failureMethod · 0.45
test_mark_as_retryMethod · 0.45
test_mark_as_failureMethod · 0.45
teardown_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected