mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #71] Allow timeout and grace values for 30+ days #44
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#44
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 @cuu508 on GitHub (Jul 13, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/71
For "every 3 months" checks and maybe even "every year" checks.
@job commented on GitHub (Jul 13, 2016):
Maybe cron-like syntax with shortcuts like
@daily@yearly@montlhyis cool as an augmentation or replacement for the slider.@cuu508 commented on GitHub (Dec 15, 2016):
I've now added support for cron syntax and rolled the change out on healthchecks.io.
The
@daily,@yearly,@monthlyshortcuts are not in yet, but regular cron expressions should work, and would allow for periods longer than 30 days.@job if you're still interested in this, you are welcome to test it out!
@job commented on GitHub (Dec 15, 2016):
Sweet! Will check it out
On 15 Dec 2016, 13:34 +0100, Pēteris Caune notifications@github.com, wrote:
@brianstorti commented on GitHub (Mar 16, 2018):
Is there any reason to not support more than 1 week (604800) for the
timeoutparameter in the API to create new checks?@cuu508 commented on GitHub (Mar 17, 2018):
@brianstorti that's a bug. Originally the max
timeoutwas 1 week. In May 2016 we bumped it to 1 month. The web UI was updated, but the API was not. Fixed now!@brianstorti commented on GitHub (Mar 19, 2018):
@cuu508 Thank you!