Lets get a sample of standard retry logic with exponential backoff, etc. #469
Labels
status:triaged
Issue/PR triaged to the corresponding sub-team
type:feature request
New feature request/enhancement
Description of the feature request:
There are many recipes for all sorts of functionality, but none (that I can find) that show retry logic for return codes 429, 503 and 500. I'm seeing these return codes A LOT.
What problem are you trying to solve with this feature?
More robust API calls.
Any other information you'd like to share?
This snippet to successfully retry when return code is 429
Resource Exhausted
but times-out if return code is 503Model is Overloaded
or if 500An internal error has occurred
.The text was updated successfully, but these errors were encountered: