glauth icon indicating copy to clipboard operation
glauth copied to clipboard

Research Rate Limiting

Open benyanke opened this issue 7 years ago • 1 comments
trafficstars

Look into rate limiting options. Failed binds would be the most obvious metric to check, but potentially others could arise too. Probably on a per-host basis.

benyanke avatar Aug 05 '18 03:08 benyanke

I just checked in rate limiting for failed binds as this, indeed, seems like the most important one. We could, conceivably, add more rate limiting for everyday operations but at this time I am concerned about how exactly we would behave: would we reject the requests, at the risk of breaking the clients, or queue them and delay them, or a mix of both approaches based on resources usage?

Fusion avatar Aug 12 '21 19:08 Fusion