You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rate limiting is very necessary on both sides of the HTTP spectrum, so that you can make sure you don't send too many requests, and so that you can keep your API traffic steady. A simple rate limiter, like the one Go provides, would make this task a lot simpler.
I'm mainly putting this here to a) guage community interest and b) see what maintainers think about having this in the vlib before I start working on it.
This discussion was converted from issue #3458 on September 22, 2021 00:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Rate limiting is very necessary on both sides of the HTTP spectrum, so that you can make sure you don't send too many requests, and so that you can keep your API traffic steady. A simple rate limiter, like the one Go provides, would make this task a lot simpler.
I'm mainly putting this here to a) guage community interest and b) see what maintainers think about having this in the vlib before I start working on it.
Beta Was this translation helpful? Give feedback.
All reactions