Commit 8334820
committed
fix(core): extend resume retry to the supervisor engine hop
The supervisor-to-engine hop is the one that reaches the continue endpoint,
so it is where a transient database outage surfaces as a retryable 5xx. Give
its continueRunExecution the same longer, jittered retry budget as the
workload client so it can ride out the outage.1 parent 79da4f8 commit 8334820
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
248 | 263 | | |
249 | 264 | | |
250 | 265 | | |
| |||
0 commit comments