mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #686] Feature: Repeat notifications #494
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#494
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rwjack on GitHub (Aug 3, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/686
Hey,
I thought it would be a great idea if we could have repeating notifications.
eg. if one of the checks fails, have the option to repeat the notification after X minutes/hours/days, to the same or additional notification methods, if the check is not resolved within given X timeframe.
@cuu508 commented on GitHub (Aug 3, 2022):
Duplicate of #510
@rwjack commented on GitHub (Aug 3, 2022):
Now I see others are having the same issue.
1 hour/1 day and only via email is too rigid.
The code to send notifications is basically there, it should just have the ability to re-send the notification to slack for example.
From my point of view the only thing that would need to be implemented for this to work is some sort of timer function. I'm not sure how hard it would be to have a timer start for every failed job, but it definitely would be a nice addition, especially for notification methods other than email, if/when you have the time of course.