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

Gmail Rate Limit #827

Open
shihaocao opened this issue Oct 11, 2021 · 4 comments
Open

Gmail Rate Limit #827

shihaocao opened this issue Oct 11, 2021 · 4 comments

Comments

@shihaocao
Copy link
Collaborator

image

@shihaocao
Copy link
Collaborator Author

We could be exciting maximum number of sends within a 24 hrs:
https://support.google.com/a/answer/166852?hl=en

@shihaocao
Copy link
Collaborator Author

Or maybe we exceeded some auth token rate limit:
{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"errors": [
{
"message": "Login Required.",
"domain": "global",
"reason": "required",
"location": "Authorization",
"locationType": "header"
}
],
"status": "UNAUTHENTICATED"
}
}

@shihaocao
Copy link
Collaborator Author

As an intermediate i made the amc.json on the Ground server have a 5s send lockout and a 30s queue_duration

@shihaocao
Copy link
Collaborator Author

Closing once flight amc.json config has lowered message rates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant