mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #952] Check goes down after one hour #667
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#667
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 @The-Inamati on GitHub (Feb 5, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/952
Hello,
I am having a very strange issue with healthchecks.
I have three backup scripts that run daily and do a curl in the beggining and the end so I can also measure execution time.
Two of them I have no issues with but one of them is misbehaving in a very strange way. The issue goes as follows:
You can see a print of the last two days below.

What am I missing?
@cuu508 commented on GitHub (Feb 5, 2024):
What are the schedule settings (the cron expression and the grace time) for this check?
@The-Inamati commented on GitHub (Feb 6, 2024):
The ones that work are the same but with a different hour.
@The-Inamati commented on GitHub (Feb 6, 2024):
I just noticed that the script is starting at the wrong time. That's probably the issue. I have adjusted the service file and will check tonight if it works.
@The-Inamati commented on GitHub (Feb 7, 2024):
Yep. It was the script start up time. Idiot mistake. Thanks for the help.