-
-
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
Allow skipping autopause/autostop using a file #2261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Theme of my comments is "keep it simple" 😀.
Also removed the knock timer reset, as per the suggestion in the review.
I implemented your suggestions, and added some brackets and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I was wondering if you have been able to test the changes?
…`Established` state
Test failures were upstream Modrinth 500 errors, so this is good to merge. |
Alright, thanks for the reviews and merge! |
I've added a check to the autopause/autostop daemons to see if the
/data/.skip-pause
(/data/.skip-stop
for autostop) file is present, and if so, prevent autopausing/autostopping.I've also added notes about this to the docs.