Skip to content

Instantly share code, notes, and snippets.

@oshanz
Created March 22, 2019 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/a80d2d241cedfc206ba64132789c90aa to your computer and use it in GitHub Desktop.
Save oshanz/a80d2d241cedfc206ba64132789c90aa to your computer and use it in GitHub Desktop.
rate limit and throttle
https://stackoverflow.com/questions/12358396/rate-limit-outgoing-phpcurl-requests
https://stackoverflow.com/questions/49994598/best-way-to-apply-rate-limit-throttling-on-multi-processes-api-caller-using-ce
https://en.wikipedia.org/wiki/Leaky_bucket
https://en.wikipedia.org/wiki/Generic_cell_rate_algorithm
https://github.com/mantacode/aws-cache
https://github.com/rwz/redis-gcra
https://github.com/vesess/fine_tune
https://github.com/shishirsharma/Unthrottle
https://github.com/brookemckim/throttle
https://github.com/aiaio/active_resource_throttle
https://github.com/lipanski/slow-down
https://github.com/coinbase/traffic_jam
https://github.com/hakanensari/throttler
https://github.com/cameron-martin/faraday-rate_limiter
https://github.com/HappyKadaver/rate_limit-htb
https://github.com/Barzahlen/gcra-ruby
https://github.com/seanxiesx/redis_rate_limiter
https://github.com/zendesk/prop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment