-
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d6baa408b3a7745d4087/Sources/Misc/RateLimiter.swift#L41
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d…
-
-
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…
-
### Integration
sentry
### Java Version
19
### Version
7.16.0
### Steps to Reproduce
1. Configure your DSN with a low limit, 1.
2. Run a script that triggers many `uncaughtException` and observ…
-
I am using [.Net RateLimiting][1] and specifically the TokenBucketRateLimiter. Example:
```
services.AddRateLimiter(limiterOptions =>
{
limiterOptions.AddPolicy(userPolicyName, context =>
…
-
- 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…
-
### 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…
-
I was trying to use this crate to implement rate limiting in a synchronous context, and using the default direct rate limiter, where a negative decision hands back `NotUntil` so the caller can interro…
-
### 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…
-
For scenarios where a task may preemptively acquire more tokens than it ends up requiring and wants to make its unused ones available