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
Currently, in relui, a scheduled workflow may fail and send a notification for user intervention. For some workflows, we'd like to be able to have them outright fail and be superseded by the next workflow run.
With the change in https://go.dev/cl/444695, it probably makes the most sense for the WorkflowStalled handler to try to find if a Schedule is configured to fail-fast.
The text was updated successfully, but these errors were encountered:
Currently, in relui, a scheduled workflow may fail and send a notification for user intervention. For some workflows, we'd like to be able to have them outright fail and be superseded by the next workflow run.
With the change in https://go.dev/cl/444695, it probably makes the most sense for the WorkflowStalled handler to try to find if a Schedule is configured to fail-fast.
The text was updated successfully, but these errors were encountered: