-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does "Sleep schedule" task actually do? #4012
Comments
Pauses the bot for a time. In this case 27.960 plus or minus 2,580 seconds at 22:54 plus or minus 1,440 seconds. sleep_schedule.py
|
still needs a bit of a tune , for me it keeps setting its next sleep time 24 hr later ie) if you start bot about an hr before when you want its first sleep , it will not do it until the following day here i set the config to start sleep Today 13:18 |
Please take configuration discussion to slack |
There is no info in the wiki as to what Sleep Schedule does, so I thought I would ask.
What is the purpose of Sleep Schedule? Does it stop the bot completely or does it stop any interaction with the server mimicking as if the app is in background. Does the bot keep walking during this sleep period?
Here's a sample task.
{
"type": "SleepSchedule",
"config": {
"enabled": false,
"time": "22:54",
"duration":"7:46",
"time_random_offset": "00:24",
"duration_random_offset": "00:43"
}
The text was updated successfully, but these errors were encountered: