Affected Versions: 3.x and 4.x, fixed in 4.4 and later
When setting repeating schedule times, the scheduler will perform one iteration past the Until time specified in the settings.
For example, if the time ranges are Start: 05:00:00, Interval: 01:00:00, Until: 07:30:00 and the schedule takes less than one hour to run, it will execute at the following times: 05:00:00, 06:00:00, 07:00:00, and 08:00:00.
Workaround: Subtract the Interval from the time desired for last run and set that as the Until time.
Comments
0 comments
Please sign in to leave a comment.