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
@sdminonne when Job fail, after backoffLimit retries, we can stop the Workflow (if a user wants to, by specifying some tag).
And I think we should not remove the failed workflow, user can do it later if wants to. Keeping workflow generated jobs/pods will allow inspecting "Failure" and maybe "fixing" workflow for next run.
Currently, Workflow can have one of two possible statuses:
WorkflowComplete
- when all its steps are completedWorkflowFailed
- when "Deadline" is exceededIMHO, it should be failed also when one of workflow steps fails (Job fails).
The text was updated successfully, but these errors were encountered: