googleapis / googleapis/google-cloud-rust
Add Jitter for Token Refresh
Open
auth
type: feature request
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
It is possible that N token refresh requests are unleashed at the same time through N token caches if an application creates all credential objects around same time. To help reduce load on the server (especially MDS which has connection limits), we could stagger the refresh requests a bit.
Contributor guide
Assessment
This issue has not been assessed yet.