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

Add error flag to prevent repeated error emails #85

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

alastairong
Copy link
Contributor

Motivation: Registration error spam is a significant complaint from users. Errors only need a single notification email and can continue to silently retry until fixed.

This PR creates an error flag file when sending an error, which then gets checked before sending repeated error messages. We will also check the content of the file in case different errors emerge.

There might be a risk that we have the same general error "e.g. invalid registration code" that for some reason has a unique value in each message. But the worst case here would be same amount of spam, not more spam.

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

Successfully merging this pull request may close these issues.

2 participants