simster7
simster7
When submitting resources through the CLI, there is a wide array of options. For example, for workflows: ```go type cliSubmitOpts struct { output string // --output wait bool // --wait...
Some parts of the code already have structured logging -- for example: https://github.com/argoproj/argo/blob/214c451535ebeb6e68f1599c2c0a4a4d174ade25/persist/sqldb/workflow_archive.go#L63-L64 But most don't. Let's migrate the rest. #2307
# Summary What change needs making? Currently, if a daemoned steps starts correctly, subsequent steps begin running, and the daemoned step suddenly fails, it will not be retried even if...
# Summary Support more advanced strategies for when failing from a DAG or Steps template. # Use Cases Currently a DAG has `failFast`, and [recently](https://github.com/argoproj/argo-workflows/issues/3644#issuecomment-799033153) templates also support `failFast` in...