Hello! Job failed by OOMKiller. "Detected run work...
# deployment-kubernetes
a
Hello! Job failed by OOMKiller. "Detected run worker status FAILED: 'K8s job failed. Resuming run be7ca5c5-96cd-41df-972d-5e5957e51cb6 with a new worker." Job restarts from the beginning. In this case, the data is duplicated. Where can I set the setting that when the job fails, it doesn't restart again. ##EDIT## It looks like I found the right setting. In the dagster instance (dagster.yaml) you should set the "max_resume_run_attempts" parameter to 0 run_monitoring: enabled: true max_resume_run_attempts: 0