Hello, I got this error and I want to understand w...
# dagster-plus
q
Hello, I got this error and I want to understand what happened We are on a hybrid setup. Checked the agent logs and I found the same error
d
Hey Qwame, there's some more information on this error here: https://github.com/dagster-io/dagster/discussions/12943
q
@daniel thanks for the link to the discussion. If I had retries on my job, could this have retried the op and not a failure?
d
Setting up run retries is your best bet I think when the whole pod is interrupted: https://docs.dagster.io/deployment/run-retries#run-retries
q
I guess what I want to understand is
Do retries in Dagster retry from failure?
d
https://docs.dagster.io/deployment/run-retries#retry-strategy I think this part of the page answers that, and the answer is yes
q
Thank you very much!
condagster 1
One last thing: I prefer configuration at the job level for this one. Do I still need this in
dagster.yaml
Copy code
run_retries:
  enabled: true
d
you don't need to explicitly enable it in cloud
ty spinny 1