trigger-argo-workflow
resubmits the workflow multiple times after the workflow failure when --wait
flag is used
#69
Labels
good first issue
Good for newcomers
When submitting a workflow with
--wait
flag, the process blocks until the workflow is completed. However, when the submitted workflow fails the action treats it as a transient error and attempts to resubmit it. This causes multipleAlreadyExists
errors to be printed to the job output.This does not impact the workflow submission or execution (the workflow failed anyway) but makes the debugging process confusing. Sample output of a failed job:
The text was updated successfully, but these errors were encountered: