Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj committed Aug 15, 2024
1 parent 8263a57 commit f30e8ef
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 @@ -48,7 +48,7 @@
EcsRunTaskOperator(
task_id=f"{collection}-collection",
dag=dag,
execution_timeout=timedelta(minutes= "{{ params.my_int_param }}"),
execution_timeout=timedelta(minutes= "{{ params.timeout }}"),
cluster=cluster_name,
task_definition="development-mwaa-collection-task",
launch_type="FARGATE",
Expand Down

0 comments on commit f30e8ef

Please sign in to comment.