From cca5dc6ff33abbf59ec296628dcb3fb2beb8439e Mon Sep 17 00:00:00 2001 From: Tine Date: Fri, 23 Feb 2024 15:18:50 +0100 Subject: [PATCH] docs(healthcheck): missing cron explanation --- web/templates/pages/settings_healthchecks_describe.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/templates/pages/settings_healthchecks_describe.tmpl b/web/templates/pages/settings_healthchecks_describe.tmpl index d23687f..fbcb9fd 100644 --- a/web/templates/pages/settings_healthchecks_describe.tmpl +++ b/web/templates/pages/settings_healthchecks_describe.tmpl @@ -6,10 +6,15 @@ -

Worker groups are used to distribute the healthcheck to specific workers.

+

Worker groups are used to distribute the healthcheck to specific workers.

-

Schedule is a cron expression that defines when the healthcheck should be executed.

+

+ Schedule is a cron expression that defines when the healthcheck should be executed. +
+ You can also use @every [interval] where interval is a duration like 5m, 1h, 60s. + Or use @hourly, @daily, @weekly, @monthly, @yearly. +