-
-
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d6baa408b3a7745d4087/Sources/Misc/RateLimiter.swift#L41
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d…
-
Are there any plans to implement a [`ReplenishmentRatelimiter`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.ratelimiting.replenishingratelimiter?view=aspnetcore-9.0) version of the c…
-
When I run the `main.py` script, it eventually runs the `ratelimiter.py` script but returns the following error:
```bash
Traceback (most recent call last):
File ".../unifi2snipe/build/Mirto Un…
-
- RateLimiter
- Use some kind of algorithm (Token Bucket e.g.) to keep track of how many requests per second are happening against certain endpoints. You can use the [Databricks API rate limits](ht…
-
I am using [.Net RateLimiting][1] and specifically the TokenBucketRateLimiter. Example:
```
services.AddRateLimiter(limiterOptions =>
{
limiterOptions.AddPolicy(userPolicyName, context =>
…
-
### Bug description
When using Laravel's [RateLimiter](https://laravel.com/docs/11.x/rate-limiting), the attempts are stored globally instead of separately per tenant.
### Steps to reproduce
Execut…
-
For scenarios where a task may preemptively acquire more tokens than it ends up requiring and wants to make its unused ones available
-
### What happened?
- [ ] ✋ I have searched the open/closed issues and my issue is not listed.
I've kubeflow/spark-operator:2.0.0-rc.0 installed on GKE, and it is working fine
When i create a ne…
-
### Background and motivation
Rate limiters in the `System.Threading.RateLimiting` namespace is not designed to accept `TimeProvider`.
Therefore, we need to wait for the actual time to elapse when…