-
### The problem
The following error has been happening frequently (e.g. 45 times in the last 30+ hours). When this happens, the sensors become Unavailable. After some time, they appear to return au…
-
### Background and motivation
Acquiring one permit from a rate limiter and using a cancelation token is a common scenario. This should be built in to the core
### API Proposal
```csharp
namespace…
-
Add the in-memory rate limiter.
The rate limiter state should be checked/updated before any action like route recognition
-
I am using Bottleneck to rate limit API requests and it's in distributed env(multiple servers)
I want to report the [status of jobs](https://github.com/SGrondin/bottleneck#jobs-lifecycle) in limiter.…
-
As has been mentioned in issue #10 the rate limitation is specific to each key. Right now the key being used is determined by the key within the ApiConfiguration and the rates are counted regardless o…
-
I was recently working on a project where I was pulling quite a bit of data from GitHub to generate statistics around thousands of pull requests generated.
In this case, I wanted intercept that res…
-
I am currently using OpenRouter with a free model as they provide a compatible OpenAI API. Problem is, as they are free models they often get the json format wrong, so the output has to be discarded.
…
-
Hi @pgjones ,
First thank you for all your effort to maintain a impressive amount of source projects/initiatives in the same time, I'm basically using your whole suite (Quart, Schema, Redis, Cors, Li…
-
- [x] Для ошибок API созданы классы, расширяющие конструктор Error.
- [x] Используется модуль Helmet для установки заголовков, связанных с безопасностью.
- [ ] Конфигурация и константы в отдельных фай…
-
Hi,
I recently started using this library. Please my apologies if this is somewhere in the docs and I missed it.
**My situation:**
- I need to make requests to an external API.
- The API has…