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(bigquery): reduce default backoffs #10558

Merged
merged 3 commits into from
Jul 17, 2024
Merged

Commits on Jul 17, 2024

  1. fix(bigquery): reduce the initial backoff for job polling

    This PR reduces the initial backoff used during job polling from 1s to
    50ms.  In practice most time is spent in the hanging poll on the server
    side in GetQueryResults, so this reduces opportunities for wasted
    waiting.
    
    Fixes: googleapis#10555
    shollyman committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    276099d View commit details
    Browse the repository at this point in the history
  2. reduce retryer backoff

    shollyman committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a03b7c1 View commit details
    Browse the repository at this point in the history
  3. backout retry changes

    shollyman committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bb13f56 View commit details
    Browse the repository at this point in the history