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
.
+