Replies: 1 comment 1 reply
-
For your question in your discussion title, I guess you want to know if kong rate limiting plugin supports cluster. See this documentation: https://docs.konghq.com/hub/kong-inc/rate-limiting/#strategies, you could use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set up rate limiting to 5 requests per second, but with 20 threads making requests simultaneously, I find that most of the background requests are close to 20 times per second, which doesn't seem to limit the rate accurately.
How can I control the rate more precisely, such as setting a limit of 5 requests per second, while actually accepting up to 7 requests per second as acceptable?
Beta Was this translation helpful? Give feedback.
All reactions