hi! I run dagster on kuber and rarely pods are kil...
# ask-community
t
hi! I run dagster on kuber and rarely pods are killed by the kubernetis… and after this dagster doesn’t terminates a pipeline and it hold on untill I kill it manually. It is not convenient, Is there any option to tell dagster to kill such pipeline? The best option is to terminate it and then start from Failure. Can we do this?
d
you can turn on our "run monitoring" feature to have dagster kill crashed pipelines: https://docs.dagster.io/deployment/run-monitoring#run-monitoring
🌈 1
t
Thank you!