From 2ac1c94b8b5ef017ffcf4cec834b474af57f7eae Mon Sep 17 00:00:00 2001 From: Mudassir Chapra <37051110+muddi900@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:03:27 +0500 Subject: [PATCH] Met Museum Reingestion timeout set to 16 hours (#958) --- .../dags/providers/provider_reingestion_workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openverse_catalog/dags/providers/provider_reingestion_workflows.py b/openverse_catalog/dags/providers/provider_reingestion_workflows.py index 0c6fa8406..e49e8031c 100644 --- a/openverse_catalog/dags/providers/provider_reingestion_workflows.py +++ b/openverse_catalog/dags/providers/provider_reingestion_workflows.py @@ -81,7 +81,7 @@ def __post_init__(self): # 64 total reingestion days ingester_class=MetMuseumDataIngester, max_active_tasks=2, - pull_timeout=timedelta(hours=12), + pull_timeout=timedelta(hours=16), daily_list_length=6, one_month_list_length=9, three_month_list_length=18,