-
#### Feature request description
codeinsights query runner can stop processing insights that exceed a certain number of failures.
#### Is your feature request related to a problem? If so, please…
-
### ⚠️ Please verify that this question has NOT been raised before.
- [X] I checked and didn't find similar issue
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Poli…
-
#### Potential missing delay when burst limit is exceeded but before reaching rate limit
In the `_get_delay ` method (lines 65-76), when the number of requests exceeds the burst limit (`len(self._w…
-
When we type fast, a number of requests are made. We could throttle this by debouncing the events.
-
When tracking partitioned jobs, a large number of status/poll requests go to the upstream back-ends.
It might be necessary to limit or throttle this a bit
-
### Steps to reproduce the problem
1. Have an active mastodon server
2. Use a few queue workers on one IP address
3. Send a lot (>60 requests / 5 seconds) of notification push requests to ntfy
…
-
I am trying to use `pull_wos()` using my institutional API credentials (i.e. creating an sid of `auth(username = NULL, password = NULL)` )
This creates an sid no problem and returns responses for `…
-
**Describe the bug**
We are using velero together with CSI Snapshots. We also do CSI Snapshot for Azure File
Turns if ShareSnapshotCountExceeded, the csi snapshot controller tries infinitely to cr…
-
To prevent a site from being used in an amplification attack or part of an email bomb or whatever, the login endpoint should throttle requests made based on both the `me` parameter and on the originat…
-
**Description:**
The Rate Limiting design pattern is crucial in a microservices architecture to prevent abuse and ensure fair usage of resources. This pattern restricts the number of requests a servic…