Skip to content

Commit

Permalink
Merge pull request #228 from cityofaustin/ch-timeouts
Browse files Browse the repository at this point in the history
Bump Timeout Time task orders
  • Loading branch information
Charlie-Henry authored May 17, 2024
2 parents 059dff3 + d2df24f commit dd1c676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/atd_finance_data_task_orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"email_on_failure": False,
"email_on_retry": False,
"retries": 0,
"execution_timeout": duration(minutes=60), # some queries are very slow
"execution_timeout": duration(minutes=180), # some queries are very slow
"on_failure_callback": task_fail_slack_alert,
}

Expand Down

0 comments on commit dd1c676

Please sign in to comment.