google-auth-library-nodejs icon indicating copy to clipboard operation
google-auth-library-nodejs copied to clipboard

Implement Retryable interface for token endpoint requests

Open TimurSadykov opened this issue 3 years ago • 1 comments

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

TimurSadykov avatar Feb 16 '22 10:02 TimurSadykov

Related:

  • https://github.com/googleapis/node-gtoken/pull/481

danielbankhead avatar Feb 01 '24 04:02 danielbankhead

@danielbankhead is it still open or fixed with the attached PR?

TimurSadykov avatar Mar 21 '24 04:03 TimurSadykov

@TimurSadykov Still open, made some progress in the other PR

danielbankhead avatar Mar 21 '24 05:03 danielbankhead