still getting rateLimitExceeded
-
still getting this error when system sends emails all in one hit, our server is high performance, so thinking that its hitting the google api too fast, this happens when sending 30 emails at the same time
{
? "error": {
? ? "code": 429,
? ? "message": "Resource has been exhausted (e.g. check quota).",
? ? "errors": [
? ? ? {
? ? ? ? "message": "Resource has been exhausted (e.g. check quota).",
? ? ? ? "domain": "global",
? ? ? ? "reason": "rateLimitExceeded"
? ? ? }
? ? ],
? ? "status": "RESOURCE_EXHAUSTED"
? }
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘still getting rateLimitExceeded’ is closed to new replies.