-
Notifications
You must be signed in to change notification settings - Fork 8
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
add overall api client rate limit option #19
Labels
enhancement
New feature or request
Comments
node rate limiter |
creharmony
pushed a commit
that referenced
this issue
Apr 3, 2021
boly38
added a commit
that referenced
this issue
Apr 3, 2021
node-rate-limiter - Intensive Etsy calls with a rate limit set to 10/sec makes some etsy error as result:
So following this, I made some additional test :
Intensive use of etsy client with a rate set to 8 or 7 per sec dont prevent etsy limit issue; maybe missing await? Either Etsy or rate limiter is lying ;)
TODO
|
creharmony
pushed a commit
that referenced
this issue
Apr 5, 2021
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Etsy limits the number of call per time window,
It would be great to have an option to calibrate client calls rate limit to never reach allowed api key rate limit.
The text was updated successfully, but these errors were encountered: