Hey guys :relaxed: We’re having this error when r...
# dev-metaflow
c
Hey guys ☺️ We’re having this error when running the aws step function:
"StatusReason": "Container Overrides length must be at most 8192"
Do you have any clue on what might be? there’s this old issue exactly about this but it doesn’t seem to have fixed it Thanks!
s
@clean-wire-89462 I could be waaay off, but I recall getting something like that when I have so many env vars or my env vars are too big and exceed the max payload size.
🙌 1
@acoustic-van-30942 👋 hey….I created an updated version of the PR (https://github.com/Netflix/metaflow/pull/1683) — as you can see here is how I tackle the retry (it’s at the step function level), not the metaflow/aws batch
--retry
level). Feel free to give this version a whirl as I think it should fix the issue you were experiencing.
🙌 1
a
Oh fantastic! Thanks @salmon-exabyte-11054. We will give it a try.
🙌 2