Modular, way of implementing rate-limiting in python with a few handy default implementations
-
Updated
Mar 27, 2023 - Python
Modular, way of implementing rate-limiting in python with a few handy default implementations
Simple Multi-Resource Rate Limiting That Saves Unused Tokens. Rate limit API requests across different resources and workers without wasting your quota. Reserve tokens upfront, get refunds for what you don't use, and avoid over-limiting.
A simple and generic rate limiter to prevent too many function calls or http requests.
Add a description, image, and links to the throttle-requests topic page so that developers can more easily learn about it.
To associate your repository with the throttle-requests topic, visit your repo's landing page and select "manage topics."