Savin

Results 155 comments of Savin

@iiAnderson I am taking the next couple of weeks off. I can take a look at this once I am back. Would that work?

@oavdeev FYI - for a similar setup for BuildKite.

@xzenggit Yes indeed! Providing case studies is high up on our fast-follow list. We should have something available really soon.

@jaklinger [This method in `BatchClient`](https://github.com/Netflix/metaflow/blob/ed877dd28a643ef7ada7d1f921e3cabfdf8011a5/metaflow/plugins/aws/batch/batch_client.py#L46) is used only in the `list_jobs` and `kill_jobs` method which are accessed by `python flow.py batch list` and `pythin flow.py batch kill`. Are you running...

@jaklinger Thanks for the update. I am surprised that we are running into issues with `_register_job_definition` call - can you confirm that the issue goes away with the proposed PR?...

Another simpler way to resolve this issue would be to ensure that we register the job definition only per step. Right now we check if the job definition exists or...

Follow up conversation - https://outerbounds-community.slack.com/archives/C020U025QJK/p1628764122047900 at slack.outerbounds.co

@DanCorvesor The correct fix for this issue is to ensure that the calls to `describe_job_definitions` are a function of the number of steps in a flow vs the number of...

@DanCorvesor Have you tested this on Step Functions?

f-strings are not supported in Python 3.5 causing the tests to fail.