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

fix: reduce the probability of RESOURCE_EXHAUSTED errors during tests #734

Merged
merged 6 commits into from Dec 16, 2020

Commits on Dec 13, 2020

  1. fix: reduce the probability of RESOURCE_EXHAUSTED errors during tests

    Reduces the probability of RESOURCE_EXHAUSTED errors during tests by making the
    GetOperation method retry errors with this code with an exponential backoff.
    The GetOperation method is called repeatedly for long-running operations by a
    polling future. These calls also count towards the max 5 admin requests per second.
    
    Fixes #733
    olavloite committed Dec 13, 2020
    Copy the full SHA
    da8b666 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    85ca679 View commit details
    Browse the repository at this point in the history
  3. chore: run formatter

    olavloite committed Dec 13, 2020
    Copy the full SHA
    167ae14 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

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

Commits on Dec 16, 2020

  1. Copy the full SHA
    918d4af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76bcbec View commit details
    Browse the repository at this point in the history