#26717 closed feature request (wontfix)
Hooks to Schedule the Auto Update
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
Right now the auto-update runs on the 7s (or there abouts) which I know we picked because it seemed the least damaging for most people. 7am and 7pm local.
If there were hooks that allowed one to schedule the auto-updater, this might make things easier for some people who want more fine-grained control over when an upgrade runs. This would also alleviate some of the fears of Major Upgrades, if one wanted them to run mid-day when people were active and available to fix.
Change History (4)
#2
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
It's possible for plugins to do this already, the plugin would have to deregister the existing schedule, and re-register wp_maybe_auto_update
to occur at the time it wants.
Note: See
TracTickets for help on using
tickets.
I agree, this sounds like a good idea.