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

delay after error does not work if the job has a run time with a single start

    XMLWordPrintable

Details

    Description

      Example:
      <job stop_on_error="no">
      <script language="shell"><![CDATA[
      exit 5
      ]]></script>
      <delay_after_error error_count="1" delay="30"/>
      <delay_after_error error_count="2" delay="stop"/>
      <run_time>
      <period single_start="12:00"/>
      </run_time>
      </job>

      This Job throws an error but it starts on the next day instead in 30 seconds.

      The following line is written in the task log:
      SCHEDULER-143 Task cannot start because it has no start time and no valid <run_time>

      Attachments

        Activity

          People

            oh Oliver Haufe
            oh Oliver Haufe
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: