velaux icon indicating copy to clipboard operation
velaux copied to clipboard

How to restart from current failure workflow step immediately?

Open cloorc opened this issue 2 years ago • 2 comments

We are trying Vela in non-production (a POC for production) environment. We need to restart the workflow in current failure step immediately instead of the default scheuduler. Is it possible now?

cloorc avatar Oct 17 '22 09:10 cloorc

@cloorc ReDeploy the application?

barnettZQG avatar Oct 20 '22 03:10 barnettZQG

@cloorc ReDeploy the application?

Might not what we need. We use fluxcd + gitops to sync app automatically. In this circumanstance, we just need to retry the installation behavior bound to the failure step(It is a helm component actually, reinstall use helm install for example).

cloorc avatar Oct 21 '22 02:10 cloorc