Hacker News new | past | comments | ask | show | jobs | submit login

Rate limiting is a way of failing gracefully. Ideally your request handlers never fail, but if they have to, having a rate limiter filter out some requests (based on rules you control) is usually better than the default failure behavior of your server framework.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: