Commit f9960a8
committed
fix(webapp): route historical V1 cancel writes through the legacy run-ops handle
CancelTaskRunService.callV1 finalizes historical (engine V1) runs, which are
legacy-resident. It wrote them through the control-plane client, which misses
the row once legacy run-ops data lives on its own database. Route those two
writes through runOpsLegacyPrisma, matching every other legacy run-graph write.1 parent 939c007 commit f9960a8
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments