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

delay_afer_error doesn't work for standalone jobs

    XMLWordPrintable

Details

    Description

      For standalone job, the following setting is configured.
      delay_after_error: error_count(1), delay(00:01)
      single_start: 10:00
      After running the scheduled job at 10:00 with exit code -1, the error
      message shown as SCHEDULER-143.

      However, delay_after_error works with repeat_time.

      <?xml version="1.0" encoding="ISO-8859-1"?>

      <job>
      <script language="shell">
      <![CDATA[
      echo hallo
      gjjhg
      ]]>
      </script>
      <delay_after_error error_count="1"
      delay="00:01"/>

      <delay_after_error error_count="3"
      delay="stop"/>

      <run_time>
      <period single_start="10:55"/>
      </run_time>
      </job>

      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: