-
## Overview
It'd be nice if this library supported a way for `http.Client` outgoing requests to utilizing `limiter.Limit` to rate limit based on configured API rate limits useful for things like:
- […
-
Is there an easy way to use the existing httprate functionality but push it to the end resolution of the request/response chain instead of at the beginning.
We want to create a couple of open ended…
-
The rate limiter implemented with `governor` does not always catch requests before they are rate limited by the API.
-
If you run multiple instances of RiotSharp at once or use the same API Key in another application the rate limiter does not prevent exceeding the rate limit. This leads to 429 errors. However, [Handle…
-
*Title*: Http local rate limiter support for silent drop
*Description*:
There is a scenario in which a malicious client continues to bombard the server with requests despite receiving a 429 respo…
-
See: https://danielmangum.com/posts/controller-runtime-client-go-rate-limiting/#the-default-controller-rate-limiter
This could prove to improve how we're rate limited by the api server at scale.
-
Sometimes, the ability to chain buckets does not suffice, and we would need to chain rate controllers. For example let's say that we work with multiple REST APIs at the same time, each of them using t…
-
i want to add rate limiter to the login api
advantage:
prevent any bot brute force attack
make the application more secure
reduce the load on the api
please assign this issue to me @theas…
-
```
$ python --version
Python 3.10.12
$ $ pip3 show pyrate_limiter
Name: pyrate-limiter
Version: 3.4.1
Summary: Python Rate-Limiter using Leaky-Bucket Algorithm
Home-page: https://github.com/v…
-
# Ограничение доступа к сервису - authentication/authorization, rate/concurrency limiters.
## Цель
Добавить ограничение одновременных запросов к сервису по времени, ограничение запросов от одного по…