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: populate default timeout and retry after client-side timeout #896

Merged
merged 12 commits into from Aug 25, 2021

Commits on Aug 23, 2021

  1. fix: populate default timeout and actually retry after timeout

    This addresses internal issue 195337762 where sometimes query job creation can
    take longer than expected and retrying the API call can be faster than waiting
    for the first query job request to fail.
    tswast committed Aug 23, 2021
    Copy the full SHA
    4e37426 View commit details
    Browse the repository at this point in the history
  2. fix test_client tests

    tswast committed Aug 23, 2021
    Copy the full SHA
    4fa81d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. fix remaining unit tests

    tswast committed Aug 24, 2021
    Copy the full SHA
    4acdaa6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1f7395 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    02f1829 View commit details
    Browse the repository at this point in the history
  4. add tests for timeout errors

    tswast committed Aug 24, 2021
    Copy the full SHA
    24d1049 View commit details
    Browse the repository at this point in the history
  5. retry all timeout errors

    tswast committed Aug 24, 2021
    Copy the full SHA
    725de7d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/issue889-default-timeout' into i…

    …ssue889-default-timeout
    tswast committed Aug 24, 2021
    Copy the full SHA
    14bb277 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bbfcc53 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Copy the full SHA
    d1fee5a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    10940af View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e7fc5c View commit details
    Browse the repository at this point in the history