-
Notifications
You must be signed in to change notification settings - Fork 337
feat: Retry behavior #1113
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
feat: Retry behavior #1113
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3f634f6
to
3593bab
Compare
3593bab
to
185349c
Compare
185349c
to
9229690
Compare
9229690
to
100dd2f
Compare
100dd2f
to
b2c3315
Compare
b2c3315
to
80d90ed
Compare
retryable
property to auth library exceptions. This can beused to determine if an exception should be retried.
should_retry
parameter to token endpoints. If set toFalse
the auth library will not retry failed requests. If set to
True
theauth library will retry failed requests. The default value is
True
to maintain existing behavior.