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

Support for Retry for googleapis-node-js-client #1510

Closed
kvv002 opened this issue Dec 18, 2018 · 2 comments
Closed

Support for Retry for googleapis-node-js-client #1510

kvv002 opened this issue Dec 18, 2018 · 2 comments
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@kvv002
Copy link

kvv002 commented Dec 18, 2018

Hi,
we have a requirement where we have to hit API very frequently, where we are using googleapis nodejs module, and we have got this error:
Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=358926
Does googleapis node js client provide the support for retry? how do we handle this issue?

@JustinBeckwith JustinBeckwith added the triage me I really want to be triaged. label Dec 19, 2018
@JustinBeckwith
Copy link
Contributor

Greetings! We don't currently support retries by default. But that's something I'm happy to look into! in the interim, I suggest looking at something like p-retry.

@JustinBeckwith JustinBeckwith added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels Dec 23, 2018
@JustinBeckwith
Copy link
Contributor

Actually - this is covered by #482! Closing this as a duplicate.

@JustinBeckwith JustinBeckwith self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants