Update Node table code. Add simple unit test

This commit is contained in:
2025-10-16 12:54:16 +02:00
parent 89055506d6
commit 40398497c2
13 changed files with 678 additions and 296 deletions

View File

@@ -6,18 +6,11 @@
"user": "clustercockpit",
"group": "clustercockpit",
"validate": false,
"apiAllowedIPs": [
"*"
],
"apiAllowedIPs": ["*"],
"short-running-jobs-duration": 300,
"resampling": {
"trigger": 30,
"resolutions": [
600,
300,
120,
60
]
"resolutions": [600, 300, 120, 60]
}
},
"cron": {
@@ -53,4 +46,5 @@
}
}
]
}
}