google-auth-library-ruby
google-auth-library-ruby copied to clipboard
Update automatic retries and Implement Retryable interface for token endpoint requests
Currently, clients do not have a good way to distinguish retryable errors and implement custom retry strategies. Sometimes this causes infinite retries like here: https://github.com/googleads/google-ads-ruby/issues/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
Any updates on this? I'm also facing this error.
Also seeing this error :raised_back_of_hand:
Infinite loop here as well
Also having the infinite loop issue https://github.com/googleads/google-ads-ruby/issues/246
Infinite loop here as well
I am also seeing this error
@viacheslav-rostovtsev was this effectively fixed with https://github.com/googleads/google-ads-ruby/issues/246#top?