Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ allow_join_result
Function
allow_join_result
celery/result.py:42–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
@contextmanager
42
def
allow_join_result():
43
reset_value = task_join_will_block()
44
_set_task_join_will_block(False)
45
try
:
46
yield
47
finally:
48
_set_task_join_will_block(reset_value)
49
50
51
@contextmanager
Callers
9
test_chord_unlock_stress_routing_to_quorum_queue
Function · 0.90
unlock_graph
Function · 0.90
apply_async
Method · 0.90
apply_async
Method · 0.90
start_worker
Function · 0.90
on_chord_part_return
Method · 0.90
on_chord_part_return
Method · 0.90
on_chord_part_return
Method · 0.90
unlock_chord
Function · 0.90
Calls
2
task_join_will_block
Function · 0.85
_set_task_join_will_block
Function · 0.85
Tested by
1
test_chord_unlock_stress_routing_to_quorum_queue
Function · 0.72