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 79de998 commit 13eeb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/dags/batch-data-import.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def generate_job(name : str, command : str, instance_size : str = "small", taskg
task_id=name,
is_delete_operator_pod=True,
hostnetwork=False,
startup_timeout_seconds=1000,
tolerations=tolerations,
node_selector=node_selector,
container_resources=container_resources,
Expand Down

0 comments on commit 13eeb17

Please sign in to comment.