-
Rate limiter implemented by redis, from [here](https://github.com/tj/node-ratelimiter)
The operation serials are :
['zremrangebyscore', key, 0, start],
['zcard', key],
…
-
I'm hitting a `429` on a `create_reaction` following a `delete_all_reactions`. Twilight puts these in two separate buckets `ChannelsIdMessagesIdReactions(i)` and `ChannelsIdMessagesIdReactionsUserId…
-
See https://stackoverflow.com/questions/67577658/how-can-i-use-ratelimiters-httpclient-delegatinghandler-with-dependency-injecti
Issue:
```
[2021-05-17T21:58:00.116Z] Microsoft.Extensions.Http: T…
-
As has been mentioned in issue #10 the rate limitation is specific to each key. Right now the key being used is determined by the key within the ApiConfiguration and the rates are counted regardless o…
-
### 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 …
-
It will be nice to have a method for changing a limit refresh period in `RateLimiter`.
The use case:
1. I use `RateLimiter` to perform sending requests to another application. It's just an infinit…
-
### Environment
```shell
Nuxt project info:
------------------------------
- Operating System: Windows_NT
- Node…
-
Hello,
I am trying to make an app where I have 2 routes, `/route1`, `/route2`. I would like to rate limit them both with different limits/expirations. While this works by adding the `rateLimiter`, …
-
### Question
![image](https://github.com/apache/shenyu/assets/26133870/c9cd0a96-09ba-4ee7-a702-92d54c17f1da)
After adding X-Forwarded-For to nginx, the IP of nginx is still obtained, but the I…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1707) created by **kak@google.com** on 2014-03-26 at 04:28 PM_
---
See discussion here:
https://groups.google.com/forum/#…