-
Notifications
You must be signed in to change notification settings - Fork 44
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
Duplicate Circular emails distributed #2659
Comments
The pattern that I see is that duplicate GCN Circulars emails correspond to invocations of the circulars table stream lambda that log the following errors:
Probably Lambda is retrying the failed invocations, hence the duplicate emails. |
The So the authentication is timing out. |
The authentication was timing out, leading to the Lambda invocations failing and being retried, which caused duplicate distributions of GCN Circulars. See nasa-gcn#2659.
The authentication was timing out, leading to the Lambda invocations failing and being retried, which caused duplicate distributions of GCN Circulars. See #2659.
I think that #2754 helped, but I recently got two copies of https://gcn.nasa.gov/circulars/38476. Here's the server log:
It's hard to tell what is timing out because the stack trace is referring to minified source. |
Description
Some circulars are being distributed via email multiple times. Some recent examples are Circs: 38023, 38021, 38016, 38009, 37989, 37987, 37980, 37979, 37963, 37962.
Similar issue in #924, but that seemed to have resolved the problem, at least temporarily.
Acceptance Criteria
Distribute only 1 copy of every circular to subscribed users.
The text was updated successfully, but these errors were encountered: