-
Notifications
You must be signed in to change notification settings - Fork 13
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
Multiple notifications for certificate failure #650
Comments
I believe this is also happening for the expiration on production. Created a certificate today morning and received three emails for the expiration at the same time |
Fixing this is going to be somewhat tricky. There are a few problems that all need to be addressed:
|
I think we are already doing number 1. for Notifications-related code. For number 2. would it help to check when a record was last modified using a new |
Maybe, but since we also store the date/time when we last notified the user vs. |
If this is still an issue, what are the steps to reproduce this bug? |
Today on production, I received 2 identical notification messages for a failed certificate. This is likely due to having 2 instances running, and both queue and sent a notification.
It would be nice to only send a single notification.
The text was updated successfully, but these errors were encountered: