summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/SkRateLimiterService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scale rate limit dripRate with factorHazelnoot2025-07-271-1/+1
|
* more use of identifiable errors, improvements to inner error rendering, and ↵Hazelnoot2025-06-061-1/+1
| | | | more heuristics for is-retryable-error
* track the number of concurrent requests to redis, and bypass if the request ↵Hazelnoot2025-03-291-59/+119
| | | | is guaranteed to reject
* 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