Adaptive Retries 1/2 (rate limiter) (#2773)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> #2190 ## Description <!--- Describe your changes in detail --> this PR adds the rate limiter necessary for orchestrator support of adaptive retries. I'll integrate the rate limiter with the retry policy as part of a separate PR following this one. I wanted to keep these small and easy to review. This implementation is based on the Go v2 SDK's implementation. ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> tests are included ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please register or sign in to comment