Remix.run Logo
Ask HN: Any materials on building distributed rate limiter?
2 points by ravshan 4 hours ago

There are surprisingly not that much information on building a rate limiter where a web app has multiple instances running at the same time and needs a rate limiter.

Checking redis on each request is not an option since there are about billion requests daily.