Skip to content

fix: retry on 401#209

Merged
meorphis merged 1 commit into
mainfrom
meorphis/retry-401
Mar 12, 2026
Merged

fix: retry on 401#209
meorphis merged 1 commit into
mainfrom
meorphis/retry-401

Conversation

@meorphis
Copy link
Copy Markdown
Member

I strongly suspect OIDC token decode is just failing transiently sometimes, so I believe retries will help

@meorphis meorphis requested a review from cjquines March 12, 2026 15:42
Copy link
Copy Markdown
Contributor

@cjquines cjquines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm sure i guess? is this better than making certain 401s retriable via custom code? mostly wondering because we do have special retry magic logic (exponential backoff and jitter, right)

@meorphis
Copy link
Copy Markdown
Member Author

I think it's a little weird to build into the SDK itself given that this is a GItHub OIDC issue, which isn't a typical auth method for our API.

@meorphis meorphis merged commit 88d43c3 into main Mar 12, 2026
2 checks passed
@meorphis meorphis deleted the meorphis/retry-401 branch March 12, 2026 15:52
@cjquines
Copy link
Copy Markdown
Contributor

true true true

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.

2 participants