Requests per second, is it possible with the SDK? #3051
Unanswered
ivankatliarchuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
We have multiple (dozens) clients (with aws-sdk-go-v2) that making all sorts for requests to AWS Route53, AWS IAM, and to some other services. Clients are not aware of each other, but running in same AWS acccounts, multi tenant environments.
Quite often clients hitting
We setting up Retryer
It works to an extend. I know there is more advanced Rate limiter
But what we want, is something in between, is it possible to set QPS (queries per seconds) with retryes, something like 5 requests per seconds. With or without Burst.
Beta Was this translation helpful? Give feedback.
All reactions