Enforcing Rate Limits in Effectful HTTP Servers with Multiple Replicas
For folks running Http Servers with Effect, how are you enforcing rate limits?
Especially if you have multiple replicas.
I was using
Especially if you have multiple replicas.
I was using
rate-limiter-flexible npm package (that can use Redis), but of course would prefer an Effectful solution.