Skip to content

Commit

Permalink
Extend Europeana timeout even further (#3826)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc authored Feb 26, 2024
1 parent c50797a commit 8615579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/providers/provider_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __post_init__(self):
start_date=datetime(2022, 10, 27),
schedule_string="@daily",
dated=True,
pull_timeout=timedelta(weeks=1),
pull_timeout=timedelta(days=12),
),
ProviderWorkflow(
ingester_class=FinnishMuseumsDataIngester,
Expand Down

0 comments on commit 8615579

Please sign in to comment.