summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/SkRateLimiterService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* scale rate limit dripRate with factorHazelnoot2025-07-271-1/+1
* more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-061-1/+1
* track the number of concurrent requests to redis, and bypass if the request i...Hazelnoot2025-03-291-59/+119
* SkRateLimiterService revision 3: cache lockouts in memory to avoid redis callsHazelnoot2025-03-281-0/+57
* implement redisForRateLimitHazelnoot2025-02-181-1/+1
* move SkRateLimiterService to correct directoryHazelnoot2025-02-051-0/+280