-
Notifications
You must be signed in to change notification settings - Fork 47
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
"Too Many Requests: 429 Error" when executing guessContactsFromSentEmails #5697
Milestone
Comments
Similar error happened when I opened
|
5 tasks
sosnovsky
pushed a commit
that referenced
this issue
May 22, 2024
* feat: added promise with limit logic * fix: promise all limit * fix: promise limit * fix: limit * fix: pr reviews
ioanmo226
added a commit
that referenced
this issue
May 27, 2024
* feat: added promise with limit logic * fix: promise all limit * fix: promise limit * fix: limit * fix: pr reviews
In the latest release these errors are still happen quite often: this one when opening
and this one when entering recipient in compose modal
Probably we should catch these 429 errors and add some timeout before the next requests. |
5 tasks
sosnovsky
pushed a commit
that referenced
this issue
Jul 9, 2024
* feat: added timeout before next retry for 429 error * fix: pr reviews
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes when composing message, after I start entering recipient email appears error popup
Error searching contacts
and there are such errors in console:There are also several failed requests trying to fetch messages metadata (https://www.googleapis.com/gmail/v1/users/me/messages/MESSAGE_ID?format=metadata
Currently noticed such issue only in #5651, but maybe it exists in
master
too, can't find exact steps to reproduce it, occurs randomly when composing new message.The text was updated successfully, but these errors were encountered: