-
## I wish
The project to mention the ratelimit-headers draft: https://www.ietf.org/id/draft-polli-ratelimit-headers-03.html
## Notes
It seems we're trying to standardize the behavior you have…
-
I use JMeter for a lot of local threaded requests and the ratelimiter detects only a single connection although there are 100 hundred requests in a second.
I've also used a loop to get requests for…
-
Hey @TerminalWitchcraft,
my use-case currently is that I only want to apply a rate limiter to my `/auth` path. In issue #10 you wrote the following:
> Hey, yes you can using `scopes`. Each scope c…
-
Currently if you provide an IP address which cannot be connected to
```
RedisStoreActor::from(RedisStore::connect("redis://1.1.1.1")).start()
```
the process still continues on and requests ju…
-
When a large number of search requests are sent in quick succession, Meilisearch tries to process them all as quickly as possible, simultaneously. This can cause a couple of issues:
1. Since each s…
-
Is it possible to have multiple rate limiters that get triggered depending on different factors? like for example, if i wanted to have a much higher rate limit for users who provide a valid authorizat…
-
### Description
Maybe we an use the tool that was used at https://github.com/vikejs/vike/pull/1835; IIRC the tool has an npm package.
-
Since I've been using Axum on my own project based on Torrust-Tracker, I'm moving myself to Actix framework again, but now with properly implementation.
This server uses, as far as I'm aware, still…
-
I noticed that the endpoint became unresponsive. I'm unsure if this is just a one-time thing, but I figure it won't be. After I restarted the container, it became responsive again; I'm currently monit…
-
[Governor](https://docs.rs/governor/0.5.0/governor/) Just seems like a better way to ratelimit stuff.
Actix-ratelimiter was shit, we make our own.