Improved execution configuration: updated passesPerRun to 3 and added validation of execution parameters

This commit is contained in:
2025-11-05 21:28:03 +01:00
parent 222e6fe4cf
commit dce1fcc193
3 changed files with 76 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
"parallel": false,
"runOnZeroPoints": false,
"clusters": 1,
"passesPerRun": 1 // Number of times to run through all accounts (set to 3 to run 3 times even if already completed)
"passesPerRun": 3 // Number of times to run through all accounts (set to 3 to run 3 times even if already completed)
},
"jobState": {
"enabled": true,