vespa-engine / pyvespa

Python API for https://vespa.ai, the open big data serving engine
https://pyvespa.readthedocs.io/
Apache License 2.0
79 stars 24 forks source link

Refine retry-strategy (429-errors) for VespaSync #791

Closed thomasht86 closed 1 month ago

thomasht86 commented 1 month ago

The sync HTTP-client currently retries only 3 times for 429-errors. Should do this many more times, preferrably with exponential backoff and random jitter.

For 503, the current strategy is OK.