Forums

Do you do any request rate-limiting in your web server?

I'm looking at implementing Flask-Limiter, but from what I can tell it's better to handle this kinda thing in the web server.

No- we currently do not limit the # requests for our users.