Timur Sadykov
Timur Sadykov
@danielbankhead is it still open or fixed with the attached PR?
@sai-sunder-s what do you think?
@viacheslav-rostovtsev was this effectively fixed with https://github.com/googleads/google-ads-ruby/issues/246#top?
thanks for the detailed explnation, looking :)
As we discussed at some point, we don't want to add retries, just return errors (exceptions), that indicate the error is retryable. If we can transition this into something like...
> @TimurSadykov Interesting, that sounds good. But if we indicate it's retryable, wouldn't we also want to allow those requests to be automatically retry? There was a long debate whether...
@bshaffer The overall retry approach is to rely on client side retries. Those are transparent and configurable. Java Spanner example sems to be inline with that. Those are client side...
@blakeli0 No, sorry, it looks like this code does not use GUAC auth libs.
@bunnis The main problem seems to be the "NEED_REMOTE_CONSENT" error. This seems to be service specific and related to app [verification status or error handeling](https://stackoverflow.com/a/72444736), do you have your app...