Top "Rate-limiting" questions

Rate limiting is used to control the rate of traffic sent or received on a network interface.

Rate limit on Facebook API

I am working on a project that want to use facebook api's. I want to know whether there is a …

facebook api facebook-graph-api rate-limiting
Python API Rate Limiting - How to Limit API Calls Globally

I'm trying to restrict the API calls in my code. I already found a nice python library ratelimiter==1.0.2.post0 https://…

python api rate-limiting
How can I queue up and delay retrofit requests to avoid hitting an api rate limit?

I'm using an api that implements throttling. One of the limits is 1 request/second. ugh. I have the following scenario …

android retrofit rate-limiting
Rate limiting requests and Amazon SQS

I have a question about how to slow down my api requests. For a particular third party API I am …

amazon-web-services amazon-ec2 amazon-sqs rate-limiting
Node js Rate Limit

I am trying to set API rate limit on my app using express-rate-limit. It works if it is from the …

javascript node.js api rate-limiting
How to implement distributed rate limiter?

Let's say, I have P processes running some business logic on N physical machines. These processes call some web service …

guava distributed-computing apache-zookeeper rate-limiting apache-curator
How to implement rate limiting based on a client token in Spring?

I am developing a simple REST API using Spring 3 + Spring MVC. Authentication will be done through OAuth 2.0 or basic auth …

java spring spring-security oauth-2.0 rate-limiting
Distributed rate limiting algorithm

I am working on a pricing platform on wich I have to implement a distributed rate limiting algorithm. I have …

algorithm distributed-computing rate-limiting
iTunes Search API rate limit

Am planning to use iTunes Search API to get App related information - http://www.apple.com/itunes/affiliates/resources/…

itunes-store rate-limiting itunes-search-api
Rate limiting algorithm for throttling request

I need to design a rate limiter service for throttling requests. For every incoming request a method will check if …

algorithm service rate-limiting throttling