mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #910] Alert if /start signal does not arrive at expected time (with a separate grace time setting for it) #637
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#637
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 @haikosaw on GitHub (Oct 28, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/910
I looked around a bit but it didn´t seem like anyone spoke about this sort of thing yet.
Currently if I want to use the /start ping, the grace period dictates by what time a finish ping has to arrive. My use case would benefit from a distinction between a grace period for "job completion", and "job start".
I´m not sure what the best way would be of implementing such a thing, but what it would need to do is:
@moritzruth commented on GitHub (Mar 20, 2024):
My use case for this would be a backup script that
@malarzm commented on GitHub (Jun 27, 2024):
It'd be also great to allow "no limit" for a cronjob run. In our case we're interested in having a run id (for log correlation) and time the cron actually ran.
@amcsi commented on GitHub (Oct 30, 2025):
I think #547 may be related. It would be nice to separately watch start times.
@Vyerni commented on GitHub (Nov 14, 2025):
It'd be very helpful to have a grace period of a "late start" different to a grace period of a start signal received