Hello, I've recently started having an issue with ...
# ask-metaflow
n
Hello, I've recently started having an issue with resuming my flows. I am on version
2.12.9
on latest run
352514
, I have run the flow through to
step 9
. I want to resume at step 3, then recalculate all steps, finishing on step 10 and, finally, the end step, Normally I would use this command and it works as I describe above (recalculates everything from step 3 onwards):
python src/my_flow.py resume --origin-run-id 352514 step3
However, recently it has started doing this: resumes, recalculates step 3, then jumps to step 9 (Where I last ran it to) and continues from there. If anyone could help me, it'd be greatly appreciated.
1
v
would it be possible to try with
2.12.4
n
ok, can do
it seems to be working fine now. Thanks @victorious-lawyer-58417 Is there some issue with 2.12.9? Or I have to do something different if I'm on that version?
d
You can also probslvu try 2.12.13 or greater. There was a bug with resuming successful runs that was fixed in 2.12.13.
n
perfect, thanks Romain
v
so it works with the latest version?
n
sorry, i haven't tried 2.12.13 yet, i will try today
it is working with version 2.12.13. Thanks guys!
🙌 2