Immediate Retry Action For Steps #180
mehmettokgoz
announced in
W: Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a step encounters an error, the system automatically retries it according to the configured retry policy. The interval between retries can be customized with
retryAfteroption that contains a duration expression; if it is not provided, the system defaults to an exponential‑backoff calculation to calculate the wait time.We propose an option that allows a step to be retried immediately—bypassing the configured delay—providing developers with the flexibility to accelerate recovery for critical or time‑sensitive operations. This is useful for scenarios that require rapid reprocessing of specific steps / workflow runs.
Beta Was this translation helpful? Give feedback.
All reactions