Add validate=true in example config.json

This commit is contained in:
Jan Eitzinger 2023-03-31 11:34:22 +02:00
parent e009caa3d9
commit 869c4d7e5e

View File

@ -15,6 +15,7 @@
"kind": "file", "kind": "file",
"path": "./var/job-archive" "path": "./var/job-archive"
}, },
"validate": true,
"clusters": [ "clusters": [
{ {
"name": "test", "name": "test",
@ -24,9 +25,18 @@
"token": "eyJhbGciOiJF-E-pQBQ" "token": "eyJhbGciOiJF-E-pQBQ"
}, },
"filterRanges": { "filterRanges": {
"numNodes": { "from": 1, "to": 64 }, "numNodes": {
"duration": { "from": 0, "to": 86400 }, "from": 1,
"startTime": { "from": "2022-01-01T00:00:00Z", "to": null } "to": 64
},
"duration": {
"from": 0,
"to": 86400
},
"startTime": {
"from": "2022-01-01T00:00:00Z",
"to": null
}
} }
} }
] ]