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: Updated BigQueryRetryAlgorithm so that it can retry on RateLimit Errors using RegEx #1499

Merged
merged 5 commits into from Aug 11, 2021

Commits on Aug 11, 2021

  1. Copy the full SHA
    148a7ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    589fd6b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dae3351 View commit details
    Browse the repository at this point in the history
  4. Updated DEFAULT_RETRY_CONFIG to include retry on JOB_RATE_LIMIT_EXCEE…

    …DED_MSG and RATE_LIMIT_EXCEEDED_REGEX
    prash-mi committed Aug 11, 2021
    Copy the full SHA
    b01ecd7 View commit details
    Browse the repository at this point in the history
  5. Modified shouldRetryBasedOnBigQueryRetryConfig method to try RegEx ma…

    …tching if all the contains checks fail
    prash-mi committed Aug 11, 2021
    Copy the full SHA
    7d74f42 View commit details
    Browse the repository at this point in the history