From fc2e65473a9157b7976bc43001559bdf19f4f516 Mon Sep 17 00:00:00 2001 From: M Date: Mon, 26 May 2025 16:23:32 +0200 Subject: [PATCH] Add doc about update Interval --- docs/customservices.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/customservices.md b/docs/customservices.md index 61e131b..7f2f527 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -171,6 +171,11 @@ Optionally, the results can be filtered to only include jobs in the defined grou groups: [Services, External] ``` +The status can be checked regularly by defining an update Interval in ms: +```yaml + updateInterval: 5000 +``` + ## Gitea / Forgejo This service displays a version string instead of a subtitle. Example configuration: