Missing Verification of WordPress Cron Functionality
-
The tests do not seem to encompass one of the primary reasons why there may be a problem which is due to non-functional WordPress cron system. This is mentioned as one of the “simple requirements”:
“Wp-Cron needs to be operational, if for some reason cron fails to work for your install, Automatic Updates will also be unavailable”
In my experience (premium plugin support) many people have no idea about the WordPress cron mechanism and have no idea that is it broken on their site until it is required to be working properly in order to do something that is visible to them rather than something that may just happen in the background that they are totally unaware of anyway.
The tests as they stand will lead the ordinary user into the false sense of security that that their site will get these automatic security and maintenance updates but if (unbeknownst to them) the WordPress cron is not working on their site then this simply will not happen – and because they are led to believe they will be getting thee updates automatically they will be even less likely to be checking for available updates any other way.
All the other simple requirements seem to be tested so it would be great to see these tests incorporate a test of the HTTP Loopback access capability to verify that the hosting/site supports WordPress making an access back to itself _and_ also that there is nothing interfering with the actual operation of the cron system in terms of the actual access to wp-cron.php and the triggering of the scheduled tasks.
This is a great capability but users need to know with reliability whether it will work for them – tests have to test _everything_ that is required. I hope you understand my concern here ??
- The topic ‘Missing Verification of WordPress Cron Functionality’ is closed to new replies.