You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle 409s from /step endpoint in Metaflow Service (#258)
With AWS Step Functions, the metaflow task runtime registers
the step metadata, which is racy. This PR addresses that by properly
handling the 409 response from the metaflow service.
0 commit comments