Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1709

Run-time with a single_start and absolute_repeat in a single frequency does not work

    XMLWordPrintable

Details

    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

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            mp Mahendra Patidar
            Oliver Haufe Oliver Haufe
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: