https://dagster.io/ logo
#dagster-support
Title
# dagster-support
j

Jason

12/13/2022, 9:06 AM
Hi! I have a quick question regarding https://docs.dagster.io/deployment/run-retries#configuration. Is it sufficient to add
Copy code
run_retries:
  enabled: true
  max_retries: 3
in the config file? Because I did that and none of my failing jobs are being retried 🤔
❤️ 1
j

jamie

12/13/2022, 5:45 PM
quick follow up question, you’re running the daemon as well, correct? https://docs.dagster.io/deployment/dagster-daemon#dagster-daemon
o

Olivier Girardot

12/13/2022, 9:45 PM
yes we are 🙂
j

jamie

12/19/2022, 9:39 PM
ok cool, just making sure. it’s a silly mistake i’ve made a couple time during dev. id expect the run retries to work then. do you get any logging messages (errors or normal messages) or are you just not seeing anything running with no log outputs?
j

Jason

12/26/2022, 11:10 AM
I didn't see any messages, it's just that nothing is retried when it fails
n

Nima Mohseny

02/08/2023, 12:54 AM
Hey folks! I'm also having the same issue with run retries where jobs are failing but not being retried. I've tried both configurations in dagster_cloud.yaml and as a tag in my jobs. I'm using hybrid deployment and have docker agents running on GCE. All of the daemons are in Running status when I check my agent. Is there anything else I need to do to enable run retries?
d

daniel

02/08/2023, 3:03 AM
Hi Nima - you can set run retries in Dagster Cloud via deployment settings: https://docs.dagster.io/dagster-cloud/developing-testing/managing-deployments#configuring-deployment-settings
2 Views