Skip to content

Commit

Permalink
Extend timeout on iNaturalist table loads (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Mar 8, 2024
1 parent b09b865 commit 5ee011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/providers/provider_api_scripts/inaturalist.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def create_ingestion_workflow():
task_id=f"load_{source_name}",
sql=(SCRIPT_DIR / f"{source_name}.sql").read_text(),
doc_md=f"Load iNaturalist {source_name} from s3 to postgres",
execution_timeout=timedelta(minutes=10),
execution_timeout=timedelta(minutes=30),
)

with TaskGroup(group_id="load_image_data") as loader_tasks:
Expand Down

0 comments on commit 5ee011b

Please sign in to comment.