google-auth-library-nodejs
google-auth-library-nodejs copied to clipboard
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/nwbirnie/gapic-oauth-invalid-hangs. Please prioritize the fix if similar infinite retry is repro here as well.
More details in the doc: go/auth-correct-retry
Related:
- https://github.com/googleapis/node-gtoken/pull/481
@danielbankhead is it still open or fixed with the attached PR?
@TimurSadykov Still open, made some progress in the other PR