Commit b7936c5
committed
fix(webapp): read run results from the owning store so triggerAndWait resolves for NEW runs
The run-result route built ApiRunResultPresenter with no run-ops read clients,
so under the split it read a NEW-residency run's row on the control-plane
database, found nothing, and returned 404. triggerAndWait and
runs.retrieve().result then never resolved for NEW runs, stalling the parent.
Wire the run-ops read clients the same way the batch-results route does.1 parent 3adba9a commit b7936c5
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
0 commit comments