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

Check Circulars message size before accepting submission #2899

Open
lpsinger opened this issue Feb 18, 2025 · 0 comments
Open

Check Circulars message size before accepting submission #2899

lpsinger opened this issue Feb 18, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@lpsinger
Copy link
Member

Current behavior

There is an effective limit on the size of GCN Circulars due to the limit of 262144 bytes on the Amazon SES API's TemplateData argument. Circulars that would result in TemplateData arguments larger than this value are accepted, but they are never successfully distributed as emails. Also, they are repeatedly sent as emails because the table stream Lambda can never succeed and is retried indefinitely.

Expected behavior

  • Circulars form should prevent user from submitting form if size is exceeded
  • Action function should reject Circulars larger than this size

Steps to reproduce

See https://gcn.nasa.gov/circulars/39259.

Environment

N/A

@lpsinger lpsinger added the bug Something isn't working label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant