Hi guys, we are trying to setup run_retries (<http...
# ask-community
y
Hi guys, we are trying to setup run_retries (https://docs.dagster.io/deployment/run-retries), but when our job failed, it does not automatically rerun from failure. We are using dagster 1.3.9 with AWS fargate. Is there anything else that we need to setup? Thanks.
d
Hi Yuan - you’ll need to deploy a dagster-daemon task and make sure that that dagster.yaml file is set that way on that task as well, if you do that I would expect that config to work. If it isn’t working can you share your full dagster.yaml file and logs from the daemon task covering a time period when a run should have retried?
y
Hi @daniel, thanks for the help, that works!