mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #1252] Mark tests as resolved #843
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#843
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 @DarkWiiPlayer on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1252
In practice, fixing a job that is down won't always mean it immediately runs again. There is currently no good way of handling this:
Would it be possible to add an option to mark a failed test as resolved, which puts it in a similar state to "new", where it shows in more neutral colours while still being expected to be working for its next scheduled run?
@cuu508 commented on GitHub (Jan 7, 2026):
When I've fixed the job but don't want to wait for it to run again, I manually ping it myself.
In the event log, the manual ping can be recognized by the client's IP address and User-Agent string, and perhaps by the datetime that does not fit the schedule. Why do you think it would be misleading?