Hi team, Can you help correct my understanding on...
# ask-metaflow
a
Hi team, Can you help correct my understanding on something? Is
--with retry
just a way to make every step in your flow wrapped with a
retry
decorator? When your flow is running on Step Functions/Argo, it doesn't actually enforce a retry at the state machine level. It just does it at the AWS Batch/K8s level?