-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update automatic retries and Implement Retryable interface for token endpoint requests #366
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Feb 17, 2022
bajajneha27
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
and removed
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Feb 28, 2022
Any updates on this? I'm also facing this error. |
Also seeing this error 🤚 |
Infinite loop here as well |
Also having the infinite loop issue googleads/google-ads-ruby#246 |
Infinite loop here as well |
I am also seeing this error |
@viacheslav-rostovtsev was this effectively fixed with googleads/google-ads-ruby#246 (comment)? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, clients do not have a good way to distinguish retryable errors and implement custom retry strategies. Sometimes this causes infinite retries like here: googleads/google-ads-ruby#246
Please consider fixing with a priority since its affecting services like Ads.
In addition, the implementation of automatic retries requires some changes to follow Auth service guidelines.
More details in the doc: go/auth-correct-retry
The text was updated successfully, but these errors were encountered: