Skip to content

Commit

Permalink
Increase timeout of filtered index creation action
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Sep 5, 2023
1 parent d55e8c9 commit 8e8a319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ingestion_server/ingestion_server/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,8 @@ def create_and_populate_filtered_index(
# 10k derived from in-production testing
# See https://github.com/WordPress/openverse/issues/2963
requests_per_second=15_000,
# Temporary workaround to allow the action to complete.
request_timeout=48 * 3600,
)

self.refresh(index_name=destination_index, change_settings=True)
Expand Down

0 comments on commit 8e8a319

Please sign in to comment.