github Netflix/metaflow 2.1.1
2.1.1 (Jul 30th, 2020)

latest releases: 2.18.9, 2.18.8, 2.18.7...
5 years ago

Metaflow 2.1.1 Release Notes

The Metaflow 2.1.1 release is a minor patch release.

  • Bug Fixes
    • Handle race condition for /step endpoint of metadata service.

Bug Fixes

Handle race condition for /step endpoint of metadata service.

The foreach step in AWS Step Functions launches multiple AWS Batch tasks, each of which tries to register the step metadata, if it already doesn't exist. This can result in a race condition and cause the task to fail. This patch properly handles the 409 response from the service.

PR #258 & PR #260

Don't miss a new metaflow release

NewReleases is sending notifications on new releases.