You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENG-125] Add support for retries with exponential backoff for rate limit errors (#7)
* chore: bump gem version to 1.3.0
* feat: add new configuration fields for retries with backoff
* feat: add method to automatically retry failed requests
The API call block will be called in a method that checks if the
request failed or not. If the response status code falls in one of the
configured status, it will make retries with exponential backoff.
0 commit comments