Commit de00695
authored
fix(aci): Retry failures in delayed_workflow (#94470)
When there's a failure, we'd like to retry.
We already exit cleanly in known terminal cases.
There's a risk of runaway retries from not being specific in what we're
targeting, but there's a limit to how many times we retry, and all known
unhandled exceptions so far we've wanted retry for. Retry is a
reasonably safe default for us.1 parent 6ed61fa commit de00695
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| 678 | + | |
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
| |||
0 commit comments