replace scheduler with round robin every x minutes

This commit is contained in:
2026-01-11 12:19:43 -05:00
parent b222d4a5d7
commit d00d5bb313
9 changed files with 77 additions and 59 deletions

View File

@@ -4,15 +4,16 @@
"alerts": "YOUR DISCORD USER ID",
"torn": "TORN API KEY",
"httpPort": 3000,
"taskWaitMinutes": 5,
"channels": {
"ocAlert": "000000000000000000"
},
"upgradeColors": {
"core": "#FFFFFF",
"peace": "#FFFFFF",
"peaceDim": "#AAAAAA",
"war": "#FFFFFF",
"warDim": "#AAAAAA",
"background": "#0A2472"
"core": "#FFFFFF",
"peace": "#FFFFFF",
"peaceDim": "#AAAAAA",
"war": "#FFFFFF",
"warDim": "#AAAAAA",
"background": "#0A2472"
}
}