Jaya Ram Kollipara

Results 4 issues of Jaya Ram Kollipara

In this PR, I allow configuration of MAX_ATTEMPTS envar - Add to the metaflow_config file - Mount the new envar to kubermetes, argo-workflows, airflow and aws-batch plugins. ## New Behaviour...

This PR, modifies the step cli command to infer retry_count from flow_datastore class. Looks like this class, holds all the information about underlying datastore and run artifacts. - Adds a...

Currently, [a user can attempt to run a specific task up to a maximum of 6 times](https://github.com/Netflix/metaflow/blob/master/metaflow/metaflow_config.py#L510). It would be beneficial to make this value configurable. In our use case,...

Seems like argo retry does not work as expected when a workflow is triggered using metaflow retry enabled. ## Current Behaviour Argo retry restarts failed tasks and resets the retry...