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

absolute_repeat skips first execution

    XMLWordPrintable

Details

    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.

      Attachments

        Activity

          People

            vg Victor Garcia-Beltran (Inactive)
            al Andreas Liebert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: