Skip to content

Commit

Permalink
Increase task execution timeout (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-tpximpact authored Nov 8, 2024
1 parent 52510b1 commit 931e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/collection_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
collection_ecs_task = EcsRunTaskOperator(
task_id=f"{collection}-collection",
dag=dag,
execution_timeout=timedelta(minutes=600),
execution_timeout=timedelta(minutes=900),
cluster=ecs_cluster,
task_definition=collection_task_name,
launch_type="FARGATE",
Expand Down

0 comments on commit 931e15e

Please sign in to comment.