Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilise leaky bucket to handle Discogs rate limits #8

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

jch254
Copy link
Owner

@jch254 jch254 commented Apr 2, 2024

Discogs API requests are throttled by the server by source IP to 60 per minute for authenticated requests

  • Utilise leaky bucket to handle Discogs rate limits
  • Refactor code to be more readable

@jch254 jch254 merged commit 6a59df4 into master Apr 2, 2024
@jch254 jch254 deleted the leaky-bucket branch April 2, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant