Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.6
-
None
Description
Using a job with an absolute_repeat run time, such as:
<job order="no">
<script language="shell" >
<![CDATA[
echo hello
]]></script>
<run_time>
<period begin="00:15" end="24:00"
absolute_repeat="02:00"/>
</run_time>
</job>
If Job Scheduler is started at 00:05, the next start time for the job will be calculated as 02:15.
It should be 00:15.