-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Limit email rate and batch the accumulated notifications into one message #2500
Comments
Or maybe have a way to "group" applications. If one goes down, immediately check the rest?? and then send the batch notification. |
@gitwildnow |
This issue: sending the "service went down" notifications in a batch. Having a setting which specifies the time limit how notifications should be "batched" (for example, setting it to 5 minutes will "batch" together if 2 services go down in those 5 minutes).
Let's say yesterday service x went down (and has not come back up), and now service y and z went down. This issue: #1137: Personally, I'd say keep #1137 open, but add the setting so we can specify a custom timeout. Like for example, if a service goes down, wait a minute and see if more go down, if not, send the notification that only that service is down. If multiple services go down, send the list with all services which went down. |
@gitwildnow |
🏷️ Feature Request Type
Other
🔖 Feature description
Add the option to batch notifications into one email message. Right now if my router goes down I get 33 emails about things being down and then 33 emails about them coming online again - uggh.
I'm looking for a simple batch-time setting. If I tell it to batch for five minutes then when a notification gets queued the timer starts. All the notifications that happen in my five minute window get queued. When the window is done, one email gets sent with all applicable notifications mentioned in the body of the message.
Naturally this delays notification, so set the batch time to something that makes sense for your purposes.
✔️ Solution
In the Settings->Notifications set the Batch Time to however many minutes you like. Default is zero, consistent with current behavior.
❓ Alternatives
No response
📝 Additional Context
Watching email for uptime kuma notifications.
The text was updated successfully, but these errors were encountered: