mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 13:15:18 +02:00
Temp fix to add retries to get_all_vespa_ids_for_document_id
This commit is contained in:
@@ -231,6 +231,7 @@ def _get_chunks_via_visit_api(
|
|||||||
return document_chunks
|
return document_chunks
|
||||||
|
|
||||||
|
|
||||||
|
@retry(tries=10, delay=1, backoff=2)
|
||||||
def get_all_vespa_ids_for_document_id(
|
def get_all_vespa_ids_for_document_id(
|
||||||
document_id: str,
|
document_id: str,
|
||||||
index_name: str,
|
index_name: str,
|
||||||
|
Reference in New Issue
Block a user