-
### Description
As mentioned here https://apidocs.bitrix24.com/limits.html Bitrix24 has rate limits for requests.
It would be great if SDK will support some kind of rate limiting.
### Example
```p…
-
Reference:
- https://www.alibabacloud.com/blog/detailed-explanation-of-guava-ratelimiters-throttling-mechanism_594820
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/throttling.html
- http…
-
### The following program `sample.go` triggers an unexpected result
```go
package main
import (
"github.com/gomodule/redigo/redis"
)
```
### Expected result
```console
Can start tr…
-
### Description
Whe should log this as an `warning` instead of `info`:
https://github.com/getsentry/sentry-java/blob/285450bbbbbd2f1769481620d5a78abd919bd9a9/sentry/src/main/java/io/sentry/transport…
-
In 2 files, I have each other referencing each other directly through the import statement.
The files look a little something like this:
LocalBucket.ts
```ts
/**
* Bucket used for saving rat…
-
- Add a second layer to the ratelimiter so it works per-user and per-channel
- Replace the STRICT option with a system that ignore input for offending entities for X seconds.
-
### Is your feature request related to a problem? Please describe the problem.
In the runtime repo, we have included a bunch of built-in, in-memory `RateLimiter` implementations like `ConcurrencyLi…
-
I encounter an issue where when I spawn a whole bunch of limiter instances (several thousands). At first, the rate limit is pretty accurate, but at some point it begins to freeze every now and then. A…
-
I'm trying a simple `Bitmex.Rest.Order.delete(order_ids)` against bitmex live:
```
04:08:06.439 [error] GenServer Bitmex.Rest.RateLimiter terminating
** (ArgumentError) argument error
:erlan…
-
```C#
public override RateLimiterStatistics? GetStatistics()
{
throw new NotImplementedException();
}
```