mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #94] Pause email notification #59
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#59
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 @TakTaki on GitHub (Nov 8, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/94
Hello,
Currently I have a CRON that is not working half of the time, I'm aware of that and I just don't want to receive mail every 10 minutes.
Is there a way to pause mail notification on a specific check?
Thanks
@cuu508 commented on GitHub (Nov 8, 2016):
What does your job's schedule look like?
There's issues #35 and #41 (support for cron syntax) which may be related. I've been putting off implementing this but looks like it's a genuinely needed feature.
@TakTaki commented on GitHub (Nov 8, 2016):
My cron is a simple */5 * * * *, so I'm not really looking for a support of cron syntax.
In my case, it's just that my cron work half the time so I can get more than a hundred mails a day. As the problem is not on my side, I just want to "pause" the mail notification and reactivate it when I'm told the problem is solved.
@cuu508 commented on GitHub (Nov 8, 2016):
aah, I see. And the existing "Pause" action doesn't help because next ping flips it back to unpaused.
You can go in the "Integrations" screen, look up your email and in the "Assigned Checks" dialog deselect the problematic check. It will keep receiving and logging pings but you will not be spammed with emails.
@TakTaki commented on GitHub (Nov 8, 2016):
Wow, thanks ! That part was well hidden !
Thanks for the nice work and the response time !