This query should show you the system maintenance status and time properties:
SELECT * FROM prop.propertyentries WHERE category = 'SiteConfig' AND name ilike 'systemMaintenance%';
I suspect the values in the database are correct. It looks like the code that saves the system maintenance settings does not correctly detect changes to the interval properties and, therefore, doesn't reset the timer after interval changes. I'll fix this for 10.3, but in the mean time you can either 1) restart your server or 2) change the system maintenance time property to force a timer reset.
Sorry for the inconvenience...
Adam |
Sorry, I should have tested before posting... turns out the time property has the same problem. I'm afraid the only way to stop the timer is to restart your server.
As a check, from the admin console you can select [running threads] and look for the "SystemMaintenance" thread. If present, system maintenance will run at the appointed time; if not, it won't.
Adam |