Skip to content

fix: add exp backoff to validate fresh git auth tokens #8956

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

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Conversation

kylecarbs
Copy link
Member

A customer using GitHub in Australia reported that validating immediately after refreshing the token would intermittently fail with a 401. Waiting a few milliseconds with the exact same token on the exact same request would resolve the issue. It seems likely that the write is not propagating to the read replica in time.

A customer using GitHub in Australia reported that validating immediately
after refreshing the token would intermittently fail with a 401. Waiting
a few milliseconds with the exact same token on the exact same request
would resolve the issue. It seems likely that the write is not propagating
to the read replica in time.
@kylecarbs kylecarbs requested a review from coadler August 8, 2023 04:09
@kylecarbs kylecarbs self-assigned this Aug 8, 2023
@kylecarbs kylecarbs enabled auto-merge (squash) August 8, 2023 04:13
@kylecarbs kylecarbs merged commit 73b136e into main Aug 8, 2023
@kylecarbs kylecarbs deleted the exprefresh branch August 8, 2023 04:29
@github-actions github-actions bot locked and limited conversation to collaborators Aug 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants