-
1. We need to implement Token Bucket Algo at ISTIO.
2. Lets say I got an API call and I assigned a token it, once that API is completed only at time token must be released.
3. We also want to update…
-
### Describe the feature request?
Implement the best practices from https://developer.okta.com/docs/reference/rl-best-practices/#example-rate-limit-header-with-org-wide-rate-limit to avoid hitting ra…
-
Hey all, I built a node.js app that responds to discord message triggers. All it does is call the /followers endpoint when invoked and save the response to a json file.
Been using it for months wit…
-
# What is the optimal way to combine two rate limits together?
We could define:
```
export const ratelimit = {
a: new Ratelimit({
redis,
limiter: Ratelimit.fixedWindow(1000, "6…
-
Check [this](https://github.com/ubiquity/pay.ubq.fi/actions/runs/11365383441/job/31613449360) CI run which failed with the `RequestError [HttpError]: You have exceeded a secondary rate limit. Please w…
-
Wasabi provided easy way to configure rate limits for api requests, I think we can make use of it and provide this feature for our users. We can add rate limit configuration under server section , it …
-
i want to add a rate limiter to the login api
advantages:
prevent bots brute force attack
enhance security
reduce load on api
please assign this issue to me @Shreyaa173
-
https://github.com/getappmap/navie-benchmark/actions/runs/10895709882/job/30234378127#step:7:472
```
The issue description will be provided as context within a `` tag.
Error: Failed to complete: …
-
Why there isn't any feature to limit the rate of the requests?
The lack of this feature make this tool less useful because of the too many requests bans.
-
One key aspect I want to see in Dice is the rate limiting. Since I know this is likely going to get rejected, I want to put this out anyway.
My use-case is designing a open source rate limiter servi…