-
Notifications
You must be signed in to change notification settings - Fork 35
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
Submissions - too many emails being sent #2404
Comments
I am also receiving duplicate email notifications for the new incidents. I first received incidents 600 through 603 I am going to stop builds from running until this is diagnosed. Adding the critical label. |
I checked the builds. Last night failed on the
The subsequent build made it through this step and displayed,
But when I look at MongoDB, I am not sure whether all the notification types have been saved. Incident 598 has 5 entries |
Steps needed before starting the build:
|
The cron triggering build is in the codebase, which means if I remove the cron values it will trigger a build. The cron triggers the build by hitting a netlify endpoint, and netlify then runs the build. I changed the GitHub secret, Then the build will run again. |
I think this is a different issue (but still critical). Maybe we could change the logic, and set the notifications to true before sending the emails, and revert to false if the email fails. That way we wouldn't encounter this issue again. Otherwise, regarding submitters receiving emails for submission they didn't create the fix is ready for review. |
@clari182 how many notifications are pending/ This might be something we want to monitor over time in Atlas or SendGrid. |
@kepae there are no more I also found another location where duplicate subscriptions/notifications were created. I think this is an edge case but needs fixing anyway. |
Thanks, per our discussion today of resuming builds and pushing the fixes to production, I'll be updating Be on the lookout for notifications. If all goes well, we can downgrade this priority and evaluate if its fixed. :-) |
I received duplicate emails again and it looks like the last production build failed consistent with the prior build failure so I am going to be receiving a third notification. I am killing the |
Turned off build and added critical label. |
The Netlify post-build plugin to process notifications was disabled in #2437. This way we can push code changes to the rest of the site while we continue debugging. |
@kepae I'm OK re-enabling the notifications with #2503
Great suggestion about adding dates 👍 |
@kepae @smcgregor I think we can close this issue if no duplicated emails were sent in the past weeks. |
Editors are receiving emails from submissions they didn't submit
The text was updated successfully, but these errors were encountered: