pyvespa icon indicating copy to clipboard operation
pyvespa copied to clipboard

Async data operations does not apply retry strategy

Open thomasht86 opened this issue 10 months ago • 0 comments

https://github.com/vespa-engine/pyvespa/blob/90d5342eefe9368cf6527fa7a042630e49c179ab/vespa/application.py#L1099C1-L1122C10

Tenacity's default policy is to retry_if_exception_type. https://tenacity.readthedocs.io/en/latest/ A 4/5xx-response will in this case never raise an exception, and thus not cause retry.

thomasht86 avatar Apr 22 '24 06:04 thomasht86