Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
control (internal): Use Jittering by default in Retry (#3023)
Adding randomness to the retry wait interval, called Jittering, is a better behavior in distributed systems so as not to create synthetic retry patterns between multiple programs accessing the same API.
- Loading branch information