Hello,
We have a DNN 8.0.3 site, and the items within the scheduler are running on every other time.
For example, we have an item which is supposed to run "every 1 day" - The client flagged this as not happening, so we investigated and I altered the frequency of the scheduled task to run every hour.
Looking at the logs in DNN, and the scheduler interface - It's been running every other hour.
https://imgur.com/a/uakR6
Looking at the image above, you can see that the remaining seconds on this "hourly" task is "6583" which is 1.8 hours before it will be run again
https://imgur.com/a/OddUB
Above shows the frequency set, below shows the log - Executing every 2 hours:
https://imgur.com/io4VwKF
Can anyone help with this?