Hello all, Can we configure Metaflow to clean up ...
# ask-metaflow
a
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
Oh nevermind. I just discovered there's a
ttlSecondsAfterFinished
field that can be set cluster wide and can be applied to Kubernetes Jobs. Thanks!
f
I suppose you are using argo workflows. In that case you can also set up a default ttl just for metaflow/argo https://argo-workflows.readthedocs.io/en/latest/default-workflow-specs/
thankyou 1