-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Intermittent Exception / Precondition check failed #2558
Comments
I have the same problem( |
we observe the same issue every day. same use case. |
We've just come across this same problem, we are using NodeJS and trying to send an email on behalf of a user. It is also intermittent. Looks like it's an issue on the [Update] in our case, this is only happening for specific users |
Hello! Thanks so much for reaching out, this definitely seems an issue with the API more than the library. Here is some information I found looking around related to the issue, I hope it helps! Closing the issue as it is not related to the library. |
Environment details
Steps to reproduce
We are experiencing intermittent issue where listing gmail messages returns a Google Service Exception:
Code example
This happens in a job that runs approx once every 60 seconds. Every time it runs the token is refreshed so presumably it is not an authentication issue. In the course of a day it might happen 1% - 2% of of the time out of 1000 times the job runs. So not very often, but often enough that it is cause for concern.
This has been going on for years. Is there anything we can do or is it simply a glitch in the API server where we should just wait and make the request later?
The text was updated successfully, but these errors were encountered: