Hello all,
Can we configure Metaflow to clean up these pods leftover from a flow completing its run? Or do we have to configure our own custom garbage collector?
✅ 1
acoustic-van-30942
02/19/2025, 9:05 AM
Oh nevermind. I just discovered there's a
ttlSecondsAfterFinished
field that can be set cluster wide and can be applied to Kubernetes Jobs. Thanks!