Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.ContainerSetRetryStrategy

ContainerSetRetryStrategy provides controls on how to retry a container set

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
duration string Duration is the time between each retry, examples values are "300ms", "1s" or "5m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
retries object Retries is the maximum number of retry attempts for each container. It does not include the first, original attempt; the maximum number of total attempts will be `retries + 1`.
View JSON Schema on GitHub