Is your feature request related to a problem? Please describe.
Currently, timely auto-updates delays auto-updates until a certain amount of time has passed, but still relies on the wp-cron "twice daily" schedule to run. This may trigger a backup during a high-traffic time of day and cause performance issues.
Describe the solution you'd like
Add an option to run the auto-updates only at the same time as the regular scheduled backup to avoid creating backups at an undesired time.
Describe alternatives you've considered
Alternatives include using a thrid-party plugin to manage the wp-cron schedule. Total Upkeep should be "totally" capable of controlling this for users.
Is your feature request related to a problem? Please describe. Currently, timely auto-updates delays auto-updates until a certain amount of time has passed, but still relies on the wp-cron "twice daily" schedule to run. This may trigger a backup during a high-traffic time of day and cause performance issues.
Describe the solution you'd like Add an option to run the auto-updates only at the same time as the regular scheduled backup to avoid creating backups at an undesired time.
Describe alternatives you've considered Alternatives include using a thrid-party plugin to manage the wp-cron schedule. Total Upkeep should be "totally" capable of controlling this for users.
Additional context This feature is related to feedback from the WordPress.org forums.