Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11.1
-
None
Description
Current Behavior
- User defines a run time with a single start and a absolute_repeat in a single frequency
<run_time > <weekdays > <day day="1 2 3 4 5 6 7"> <!-- Period 1--> <period single_start="00:30" when_holiday="ignore_holiday"/> <!-- Period 2--> <period absolute_repeat="01:00" begin="05:30" end="24:00" when_holiday="ignore_holiday"/> </day> </weekdays> </run_time>
- JobScheduler calculate the next start time correct and execute the job/order correctly, but after 1 day JobScheduler only execute the single start, not the absolute interval. See the attached screenshot-1.
- When JobScheduler is restarted, the absolute interval is observed.
How to Reproduce
- see the attached example