Skip to content

Instantly share code, notes, and snippets.

@StevenACoffman
Last active March 20, 2020 21:16
Show Gist options
  • Save StevenACoffman/f25de3a786d6f374cba71a10bb77c935 to your computer and use it in GitHub Desktop.
Save StevenACoffman/f25de3a786d6f374cba71a10bb77c935 to your computer and use it in GitHub Desktop.
Rate Limiting in Go

https://github.com/cenkalti/backoff is a good retry with exponential backoff implementation https://github.com/getlantern/idletiming

But what about throttling (rate limiting)?

https://github.com/AnikHasibul/queue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment