Question - can super be scheduled to run between a time window?
Hello
Can super precisely schedule updates to occur within our desired time window (11 PM to 3 AM)? If no, will there be a issue if we kill the process?
This is partially implemented via the new scheduled installation options in https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta2
Stay tuned...
I have done something very similar for version 4.0.3. Added block window settings. They will block the running of LaunchDaemon when inside block window. I can share the code if someone need it.
Here is an example configuration profile, block window started from 9:00 am to 2:50 pm every day.
Sounds interesting, I need to block updates for 2 days a week. I haven't checked the v5 options yet to see if they will do what I need.
This is now fully implemented in the latest build of super with the new --schedule-workflow-active option!
https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta3