Skip to content

Commit

Permalink
Increase Wikimedia reingestion pull_data timeout (#4744)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc authored Aug 19, 2024
1 parent 7d7fc69 commit af5a659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/providers/provider_reingestion_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __post_init__(self):
# 64 total reingestion days
dag_id="wikimedia_reingestion_workflow",
ingester_class=WikimediaCommonsDataIngester,
pull_timeout=timedelta(minutes=90),
pull_timeout=timedelta(hours=4),
max_active_tasks=2,
daily_list_length=6,
one_month_list_length=9,
Expand Down

0 comments on commit af5a659

Please sign in to comment.