Skip to content

Commit

Permalink
Merge pull request #257 from cityofaustin/vz-socrata-retry
Browse files Browse the repository at this point in the history
Add retry behavior to VZ socrata export
  • Loading branch information
johnclary authored Nov 12, 2024
2 parents baf80b2 + e68a4f4 commit a9ce4eb
Showing 1 changed file with 1 addition and 1 deletion.
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": 0,
"retries": 2,
"execution_timeout": duration(minutes=60),
"on_failure_callback": task_fail_slack_alert,
}
Expand Down

0 comments on commit a9ce4eb

Please sign in to comment.