Skip to content

Retry Google Auth transport failures - #2897

Open
medisean wants to merge 1 commit into
googleapis:mainfrom
medisean:codex/retry-google-auth-transport
Open

Retry Google Auth transport failures#2897
medisean wants to merge 1 commit into
googleapis:mainfrom
medisean:codex/retry-google-auth-transport

Conversation

@medisean

Copy link
Copy Markdown

Fixes #2869\n\nSummary:\n- Treat Google Auth TransportError as transient when HttpRetryOptions is enabled.\n- Keep permanent RefreshError failures non-retryable.\n- Add retry predicate coverage.\n\nTests:\n- Python syntax compilation passed.\n- Pytest could not start because the google-auth dependency is unavailable.

@google-cla

google-cla Bot commented Aug 23, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

google.auth.exceptions.TransportError is not retried despite HttpRetryOptions

1 participant