I'm trying to re-run one of my failed SFN steps af...
# ask-metaflow
w
I'm trying to re-run one of my failed SFN steps after changing the
shared_memory
settings and recreating the SFN, but it seems like Batch is still using the old job definition which has the old shared memory value. Then I tried manually cloning the batch step, but it requires entering all the environment variables again, which is a pretty long list. TLDR: Is there an easy way to re-run a Batch step after changing the
shared_memory
settings?
s
That shouldn’t be the case. Can you double check the state machine definition and verify that the new shared_memory value shows up as expected
w
is it supposed to show up under
ResourceRequirements
? i don't see it there
i see it in
ContainerOverrides
but i think that's too late? since the value is already set in the job definition, which is still pointing to the old one
s
It should be in containerOverrides
I can double check when I am closer to my laptop