Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Met Museum Reingestion timeout set to 16 hours (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
muddi900 authored Jan 10, 2023
1 parent 63cd4e3 commit 2ac1c94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ac1c94

Please sign in to comment.