Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: retry admin request limit exceeded error #669

Merged
merged 3 commits into from Nov 30, 2020

Commits on Nov 24, 2020

  1. feat: retry admin request limit exceeded error

    Automatically retry requests that fail because the admin requests per seconds
    limit has been exceeded using an exponential backoff.
    
    Fixes #655 and others
    olavloite committed Nov 24, 2020
    Copy the full SHA
    317424b View commit details
    Browse the repository at this point in the history
  2. fix: remove unused variable

    olavloite committed Nov 24, 2020
    Copy the full SHA
    4fc862a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Copy the full SHA
    441dcf2 View commit details
    Browse the repository at this point in the history