Skip to content

Commit

Permalink
Merge pull request #208 from cityofaustin/ch-location-timeout
Browse files Browse the repository at this point in the history
increase location updater timeout
  • Loading branch information
Charlie-Henry authored Feb 15, 2024
2 parents cbfabb6 + dc5450b commit e335377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/atd_knack_data_tracker_location_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"email_on_failure": False,
"email_on_retry": False,
"retries": 0,
"execution_timeout": duration(minutes=5),
"execution_timeout": duration(minutes=60),
"on_failure_callback": task_fail_slack_alert,
}

Expand Down

0 comments on commit e335377

Please sign in to comment.