Temp fix to add retries to get_all_vespa_ids_for_document_id

This commit is contained in:
Weves
2024-10-29 10:33:54 -07:00
committed by Chris Weaver
parent fcb94f1173
commit 40a0f71960

View File

@@ -231,6 +231,7 @@ def _get_chunks_via_visit_api(
return document_chunks
@retry(tries=10, delay=1, backoff=2)
def get_all_vespa_ids_for_document_id(
document_id: str,
index_name: str,