clean-wire-89462
03/18/2024, 10:22 AMforeach flow, where are the class variables stored? I’m running a pipeline with many parallel tasks that keeps failing with this error (after some time) bash: line 1: 34 Killed
I’m assuming it fails due to lack of memoryfresh-laptop-72652
03/18/2024, 3:27 PMself) are persisted at the end of each @step , so if a step is failing you will not be able to access that artifact itself, but you can access it's parent steps artifacts (e.g. to reproduce locally while debugging)
https://docs.metaflow.org/metaflow/clientclean-wire-89462
03/18/2024, 3:38 PMclean-wire-89462
03/18/2024, 3:39 PMfresh-laptop-72652
03/18/2024, 3:40 PMfresh-laptop-72652
03/18/2024, 3:41 PM