-
Extract from https://github.com/mysociety/alaveteli/pull/7602 to be able to apply to any `User` association records.
Here's a sketch.
```diff
diff --git a/app/models/user.rb b/app/models/user.r…
-
### Is your proposal related to a problem?
### Describe the solution you'd like
### Describe alternatives you've considered
-
I have a rate limit requirement for a third party API.
At first it sounded very easy with rezilience. But when I tested against the real server, several requests were blocked due to the rate limit.…
-
### Description
It appears that [Rate Limited Transport](https://symfony.com/doc/current/messenger.html#rate-limited-transport) doesn't support either multiple rate limits (as an array) or a [Compo…
-
### Issue Description
The objective of this issue is to prototype a rate limiter functionality for skill-tree project to control & prioritise the rate of incoming requests based on the user roles. A …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master&2.4
- Deployment mode(standalone or cluster):
- MQ type(roc…
-
Add rate limiter to the api endpoint.
```python
# https://slowapi.readthedocs.io/en/latest/
from fastapi import FastAPI, Request
from slowapi import Limiter, _rate_limit_exceeded_handler
from s…
-
### Describe bug
When running a loop over multiple tickers, yahoo flags me even when using a VPN and switching servers multiple times per day. I found that there are many yahoo data sources where t…
-
Hello, is there any example for rate limiting? avoid error code 429.
-
As Aaron the developer
I want to implement my microservice gateway to implement a rate-limit policy
so that I can protect my microservice from overload