Browsed by
Author: hemanth nammi

Rate Limiter

Rate Limiter

Objective: Understanding rate limiter and Implementing rate limiter with Flask. Introduction to Rate Limiting: Rate limiting is used to control the amount of incoming and outgoing traffic to or from a network. For example, let’s say you are using a particular service’s API that is configured to allow 100 requests/minute. If the number of requests you make exceeds that limit, then an error will be triggered. The reasoning behind implementing rate limits is to allow for a better flow of data and…

Read More Read More