mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
Enable automatic daily execution and jitter
Signed-off-by: Obsidian <123307773+LightZirconite@users.noreply.github.com>
This commit is contained in:
@@ -143,10 +143,10 @@
|
|||||||
// The bot will run once per day at the time you specify
|
// The bot will run once per day at the time you specify
|
||||||
// Time is based on YOUR computer/server timezone (automatically detected)
|
// Time is based on YOUR computer/server timezone (automatically detected)
|
||||||
"scheduling": {
|
"scheduling": {
|
||||||
"enabled": false, // Set to true to enable automatic daily runs
|
"enabled": true, // Set to true to enable automatic daily runs
|
||||||
"time": "09:00", // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM
|
"time": "09:00", // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM
|
||||||
"jitter": {
|
"jitter": {
|
||||||
"enabled": false, // If true, apply a small daily offset to avoid exact-time runs
|
"enabled": true, // If true, apply a small daily offset to avoid exact-time runs
|
||||||
"minMinutesBefore": 40, // Max minutes to start before the scheduled time
|
"minMinutesBefore": 40, // Max minutes to start before the scheduled time
|
||||||
"maxMinutesAfter": 20 // Max minutes to start after the scheduled time
|
"maxMinutesAfter": 20 // Max minutes to start after the scheduled time
|
||||||
}
|
}
|
||||||
@@ -164,4 +164,4 @@
|
|||||||
"errorReporting": {
|
"errorReporting": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user