-
### Description
I cannot instantiate RedisStore objects due to a "undefined" problem.:
```
const { RedisStore } = require("rate-limit-redis");
const rateLimit = require("express-rate-limit");
…
-
In any web application, especially APIs, it’s essential to manage the rate at which clients can make requests to prevent abuse, ensure fair usage, and protect server resources. Without a rate limiting…
-
**Describe the bug**
Can't access MinIO GUI from AppFlowy-Cloud GUI
**To Reproduce**
Steps to reproduce the behavior:
1. Login AppFLowy-Cloud by admin accout (admin@example.com/password)
2. Cli…
-
### Gloo Edge Version
1.11.x (latest stable)
### Kubernetes Version
_No response_
### Describe the bug
When specifying a customEnv override via helm for the extauth and rate-limit deplo…
-
### Gloo Edge Version
1.10.x (latest stable)
### Kubernetes Version
1.21.x
### Describe the bug
When using ArgoCD, the Redis secret will always be out of sync. If you attempt to sync the Secret, …
-
### Self-Hosted Version
24.8.0
### CPU Architecture
x86_64
### Docker Version
27.2.0
### Docker Compose Version
2.29.2
### Steps to Reproduce
Clone the self-hosted Sentry repository.
### Sen…
-
After the GQL Rate Limit initiative was rolled out, we began seeing some instances where users were being locked out of their accounts indefinitely. From our investigation, we realized that for some r…
-
## Background
- **Problem**: Memory usage keeps increasing when a client has subscribed to too many channels.
- **Scale**:
- Subscriptions: 3691 channels
- Message frequency: 0 to 4 messages …
-
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…
-