argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

New ENV var to set delay between Pods COMPLETED and Workflow SUCCESS check

Open vcarluer opened this issue 3 years ago • 0 comments

Summary

Argo Workflow seams to wait 10s after all the Pods are marked as Completed to delete the pods and mark the workflow as Success. Enhancement Idea: Add an env var option to reduce this delay.

Note, i already have set: RESOURCE_STATE_CHECK_INTERVAL & WAIT_CONTAINER_STATUS_CHECK_INTERVAL to 1s which help for other parts. I didn't find any env vars for that (tried RECENTLY_STARTED_POD_DURATION in case it would have an impact on status check).

Use Cases

Fast workflow.


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

vcarluer avatar Aug 02 '22 23:08 vcarluer