summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/SkRateLimiterService.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scale rate limit dripRate with factorHazelnoot2025-07-271-1/+1
|
* track the number of concurrent requests to redis, and bypass if the request ↵Hazelnoot2025-03-291-0/+4
| | | | is guaranteed to reject
* SkRateLimiterService revision 3: cache lockouts in memory to avoid redis callsHazelnoot2025-03-281-1/+8
|
* implement redisForRateLimitHazelnoot2025-02-181-0/+1
|
* document new rate limit factor calculationsHazelnoot2025-02-051-0/+5
|
* fix typos and wording in SkRateLimiterService.mdHazelnoot2024-12-111-13/+13
|
* use atomic variant of Leaky Bucket for safe concurrent rate limitsHazelnoot2024-12-111-0/+143