Skip to content

Commit

Permalink
nix retries
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Aug 23, 2024
1 parent bca9eba commit 4c94600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/vz_cris_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"depends_on_past": False,
"email_on_failure": False,
"email_on_retry": False,
"retries": 1,
"retries": 0,
"execution_timeout": duration(minutes=60),
"on_failure_callback": task_fail_slack_alert,
}
Expand Down
2 changes: 1 addition & 1 deletion dags/vz_socrata_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"depends_on_past": False,
"email_on_failure": False,
"email_on_retry": False,
"retries": 1,
"retries": 0,
"execution_timeout": duration(minutes=60),
"on_failure_callback": task_fail_slack_alert,
}
Expand Down

0 comments on commit 4c94600

Please sign in to comment.