Add nodestate retention in example config

This commit is contained in:
2026-02-18 10:28:41 +01:00
parent 2a659915a4
commit 7bd79dcc3c
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
"api-allowed-ips": ["*"], "api-allowed-ips": ["*"],
"short-running-jobs-duration": 300, "short-running-jobs-duration": 300,
"enable-job-taggers": true, "enable-job-taggers": true,
"nodestate-retention": {
"policy": "move",
"target-kind": "file",
"target-path": "./var/nodestate-archive"
},
"resampling": { "resampling": {
"minimum-points": 600, "minimum-points": 600,
"trigger": 180, "trigger": 180,
@@ -92,4 +97,3 @@
}, },
"ui-file": "ui-config.json" "ui-file": "ui-config.json"
} }