Add rate-limiter #1

Closed
opened 2026-03-11 14:09:41 +00:00 by salmaelsoly · 1 comment
Member
No description provided.
thabeta added this to the ACTIVE project 2026-03-12 10:52:54 +00:00
Author
Member

work completed:

  • Sliding window rate limiter implemented
  • Tracks request counts per IP using two rolling window counters with a weighted estimate
  • Background cleanup task for stale entries
  • Returns X-RateLimit-Limit, X-RateLimit-Window, and X-RateLimit-Remaining headers on every response
### work completed: - Sliding window rate limiter implemented - Tracks request counts per IP using two rolling window counters with a weighted estimate - Background cleanup task for stale entries - Returns X-RateLimit-Limit, X-RateLimit-Window, and X-RateLimit-Remaining headers on every response
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/geoip#1
No description provided.