mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #49] Checks move to "pause" state but receive their ping normally #25
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#25
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 @danielsteigpayleven on GitHub (Mar 18, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/49
Hi,
we are seeing quite a lot of checks in a pause state but we have no idea, how the pause state is defined and what it means. (Isn't mentioned in the docs) The checks get their ping regularly though.
Thanks for the help in advance.
best regards,
Daniel
@cuu508 commented on GitHub (Mar 18, 2016):
Do you see this on healthchecks.io or your own deployment?
If it's on your deployment, is your codebase maybe behind master?
The "paused" state was used to disable checks when notification fails for any reason. Otherwise the notification would be retried and could potentially flood recipients with tons of emails. I've since changed this logic, and the "paused" state isn't used any more.
@danielsteigpayleven commented on GitHub (Mar 18, 2016):
We are selfhosting it. Ah, then we are going to update next week and i let you know if this happens again.
Thanks for the quick update,
Daniel
@cuu508 commented on GitHub (Apr 5, 2016):
Hello @danielsteigpayleven – I'm assuming this has been resolved and we can close the issue?