Replies: 1 comment
-
@bayungrh You can try BurstyRateLimiter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an external backend API with a rate limit configuration of 20 request per second and a burst of 10. How can I use the rate-limiter-flexible library with a similar configuration to limit requests to that API through my application?
Thankyou!
Beta Was this translation helpful? Give feedback.
All reactions