Maximum Email Limit Per Second
-
Hi,
I set this: 1.
I use gmail smtp, usually sending 1000 mail and 5-10% fails with error:
Note: { "error": { "code": 403, "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer 'project_number:532538001917'.", "errors": [ { "message": "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer 'project_number:532538001917'.", "domain": "usageLimits", "reason": "rateLimitExceeded" } ], "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "RATE_LIMIT_EXCEEDED", "domain": "googleapis.com", "metadata": { "quota_limit_value": "15000", "quota_limit": "defaultPerMinutePerUser", "service": "gmail.googleapis.com", "quota_location": "global", "quota_metric": "gmail.googleapis.com/default", "consumer": "projects/532538001917" } } ] } }
I dont understand. I s it too many per minute?
Shall I set less than 1 per sec? 0,5 or 0,1 could work?
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Maximum Email Limit Per Second’ is closed to new replies.