From 7bd79dcc3c60624316df416cad1a7bf72617ae5f Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 18 Feb 2026 10:28:41 +0100 Subject: [PATCH] Add nodestate retention in example config --- configs/config-demo.json | 2 +- configs/config.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/config-demo.json b/configs/config-demo.json index 51edb72c..509c8f18 100644 --- a/configs/config-demo.json +++ b/configs/config-demo.json @@ -26,4 +26,4 @@ "retention-in-memory": "48h", "memory-cap": 100 } -} \ No newline at end of file +} diff --git a/configs/config.json b/configs/config.json index 584baed3..c2361a1c 100644 --- a/configs/config.json +++ b/configs/config.json @@ -8,6 +8,11 @@ "api-allowed-ips": ["*"], "short-running-jobs-duration": 300, "enable-job-taggers": true, + "nodestate-retention": { + "policy": "move", + "target-kind": "file", + "target-path": "./var/nodestate-archive" + }, "resampling": { "minimum-points": 600, "trigger": 180, @@ -92,4 +97,3 @@ }, "ui-file": "ui-config.json" } -