You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: Why do you think this is important?
Users do not find the current retry behavior intuitive. Retry behavior in the native API was recently changed to reflect the old API, namely
Exceptions raised when user code is running are considered non-retriable unless it's a FlyteRecoverableException.
System exceptions are always retriable.
Goal: What should the final outcome look like, ideally?
Suggestions from the thread include
Motivation: Why do you think this is important?
Users do not find the current retry behavior intuitive. Retry behavior in the native API was recently changed to reflect the old API, namely
FlyteRecoverableException
.Goal: What should the final outcome look like, ideally?
Suggestions from the thread include
The text was updated successfully, but these errors were encountered: