mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #41] Request: Flexible Schedules beyond X timeframe #20
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#20
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 @ericcholis on GitHub (Feb 5, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/41
In my use case, there are a few tasks that are paused off-hours. This creates quite a bit of downtime alerts for tasks that only run between certain times.
For example, we have a batch of tasks that run from 2:00 AM to 11:59pm. These tasks are scheduled like this to allow for maintenance related tasks to be run in that Midnight to 1:59 AM period.
Because of this, we receive quite a few downtime alerts which are actually false positives. This can cause legitimate downtimes to be missed.
@cuu508 commented on GitHub (Dec 15, 2016):
I've now added support for cron syntax and rolled the change out on healthchecks.io.
@ericcholis if you're still interested in this, you are welcome to test it out!
@ericcholis commented on GitHub (Dec 15, 2016):
Thanks for the update!