Commit 96013ab
fix(checkpoint): short-circuit cancelled contexts in backfillTranscript
Copilot review finding on #1824: backfillTranscript lacked the ctx.Err()
guard its two backfill siblings have, so a cancelled context could still
reach the (now potentially fetching) base resolution.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent b33b3c2 commit 96013ab
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
| |||
0 commit comments