Skip to content

Commit dc47ce4

Browse files
authored
Extend Europeana timeout to 1 week (#3453)
1 parent 3ec4e64 commit dc47ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/dags/providers/provider_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def __post_init__(self):
206206
start_date=datetime(2022, 10, 27),
207207
schedule_string="@daily",
208208
dated=True,
209-
pull_timeout=timedelta(days=3),
209+
pull_timeout=timedelta(weeks=1),
210210
),
211211
ProviderWorkflow(
212212
ingester_class=FinnishMuseumsDataIngester,

0 commit comments

Comments
 (0)