You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 inTemplateData
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
Steps to reproduce
See https://gcn.nasa.gov/circulars/39259.
Environment
N/A
The text was updated successfully, but these errors were encountered: