-
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d6baa408b3a7745d4087/Sources/Misc/RateLimiter.swift#L41
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d…
-
We use django-ratelimit to ratelimit our views, but when we made a bunch of our views async, the decorator failed and we we had to remove it temporarily to make things work again (see: https://github.…
-
### Description
It appears that [Rate Limited Transport](https://symfony.com/doc/current/messenger.html#rate-limited-transport) doesn't support either multiple rate limits (as an array) or a [Compo…
-
I encounter an issue where when I spawn a whole bunch of limiter instances (several thousands). At first, the rate limit is pretty accurate, but at some point it begins to freeze every now and then. A…
-
### Description
When using a Permit limit of 1024, the SlidingWindowRateLimiter seems to hang.
### Reproduction Steps
Run the code below. It should complete in about 2 seconds. Instead, it hangs …
-
-
Creating a new project with latest versions of fastapi and fastapi-limiter runs into an issue:
```
TypeError: evalsha() got an unexpected keyword argument 'keys'
```
I used the following test …
-
Hi, so I wanted to try writing a couple middlewares for thruster, but I am hitting a road block where some custom config is needed for the middleware.
For example, the rate limit middleware:
```ru…
-
I'm wondering how folks are gracefully cancelling/aborting calls to RateLimiter.removeTokens()?
Here's a sample use case where I'd want to cancel:
1) User registers with my app to pull Fitbit da…
-
According to the github repo [README.md](https://github.com/long2ice/fastapi-limiter) I have to use
```
@asynccontextmanager
async def lifespan(_: FastAPI):
redis_connection = redis.from_url(…