Commit a997b91
committed
fix: Isolate tracking failures from judge evaluation results
Wrap tracker.track_judge_result() in try/except inside _run_and_track
so a tracking failure (e.g., shutdown LD client) does not propagate
through the wrapper task and destroy the evaluation results that were
successfully computed. Restores the resilience of the previous
add_done_callback approach, which asyncio handled with isolation.1 parent 381cf75 commit a997b91
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments