-
Hello,
I am confused how your rate limiter works.
So you have in your code
```
g: NewRateLimitedRESTGetter(10, 10*time.Second),
```
in api_endpoint.go
My production key can do
90000 request…
-
I added sleep according to the manual so it doesn't throw an exception and it's still throwing it. It's falling into this if.
` protected function resolveLimits(): array
{
return […
-
Fatal Error:
```
Stack trace:
#0 /home/customer/www/domain.com/public_html/wp-content/plugins/bh-wc-checkout-rate-limiter/vendor-prefixed/wp-oop/transient-cache/src/CachePool.php(137): BrianHenryIE…
-
**What steps did you take and what happened:**
Performed a DataUpload using Velero 1.14.1 on Kubernetes 1.29/OpenShift 4.16
The DataUpload fails with the error from the node-agent.
`2024-10-0…
-
https://github.blog/2021-04-05-how-we-scaled-github-api-sharded-replicated-rate-limiter-redis/
-
Hello, I'm receiving this error when installing one of my charts:
```
Error: client rate limiter Wait returned an error: rate: Wait(n=1) would exceed context deadline
```
I'm afraid I cannot s…
-
As mentioned in [twitter blogs not limiting threads #454](https://github.com/TumblThreeApp/TumblThree/issues/454)
Currently the rate limiter for Tumblr API is used for Twitter blogs too.
The conne…
-
API Post method in drupal doesnt require the accept header, and it doesnt have the _format in the path, i.e. in my case the path is: http://localhost/entity/node
Which means that the rate limiter w…
-
**Is your feature request related to a problem? Please describe.**
There is currently nothing stopping someone from performing a DOS attack unintentionally by writing a script that GETs big projects …
-
### Describe the problem
rate limiting is a basic security problem that is left up to the developer. but it really shouldn't be, particularly for a backend/fullstack framework.
not handling thi…