-
A lot of APIs have rate limits, and manually implementing a rate limiter over and over again is quite annoying to me.
There was some previous discussion in #169 but that was focused on a sync conte…
-
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`, …
-
### Checklist
- [X] I've **checked both [open and recently closed issues](https://github.com/tetrio/issues/issues?q=is%3Aissue)** to ensure this issue is not already reported.
- [X] I am using the…
-
As the subject says, specifically on Windows this hangs indefinitely:
```
import gevent.monkey
gevent.monkey.patch_all()
from pyrate_limiter import Duration, Rate, Limiter
rate = Rate(5, Du…
-
### Proposal Details
### Proposal Details
Currently, `golang.org/x/time/rate.Limiter` provides handy `Wait` and `WaitN` methods. But when using them, it is not really possible to know later on if …
mitar updated
3 months ago
-
### Is your feature or enhancement related to a problem? Please describe.
Widget is directly blocked with an HTTP 429 error due to the rate limiter not using the right IP to count. In my case it sh…
sneko updated
3 weeks ago
-
Trying to use this library and I'm getting the following exception:
`nth not supported on this type`
(This only occurs when using redis)
Here's my code:
```clojure
(ns app.clj_rate_limit_exampl…
-
### Which jobs are flaking?
[pull-kubernetes-e2e-gce-csi-serial](https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/125795/pull-kubernetes-e2e-gce-csi-serial/1808503650306232320)
[pull-kube…
-
### Is your feature request related to a problem? Please describe.
We are using the built-in rate limiter to help mitigate the obvious concerns. We recently started using the sync plugin to mirror ou…
-
HI,
Was investigating gateway API for Kafka and found Zilla. Thanks for detailed examples which lead straight to the point what Zilla can do and can't.
We are considering to use ZIlla in one …