Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Dec 20, 2024
1 parent aa627d9 commit 79de998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/dags/batch-data-import.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def generate_job(name : str, command : str, instance_size : str = "small", taskg
container_resources=container_resources,
trigger_rule="all_done",
task_group=taskgroup,
startup_timeout_seconds=7200,
# on_success_callback=[
# send_slack_webhook_notification(
# slack_webhook_conn_id="slack-dataimport",
Expand Down

0 comments on commit 79de998

Please sign in to comment.