-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rate limiting caching #70
Comments
Hello, rate limiting as currently implemented raises exception when unable to send request. But I can see usage when this could be inappropriate. |
Are you thinking on implementing s system where instead of raising an exception, it stays in standby until the key is able to send requests again? |
It could be done.. |
I will need this feature, if you didn't start anything I guess I will work on it :) |
We should be able to set variables when initializing the API with : x request(s) per x seconds AND x request(s) per x minutes depending on the given api key limitations. |
@elreco why set limits during initialization? Key limits for each resource can be loaded after their first request. |
@dolejska-daniel you are right |
Does rate limiting caching only prevents you to do more requests while you are not able to? Or waits until you have permission to make more requests and keeps going with the script?
The text was updated successfully, but these errors were encountered: