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

Bug: Exception not caught when maxTries is omitted and Retry is first instruction

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 2.5.0
    • 2.5.6, 2.6.3
    • None
    • None

    Description

      When the Try instructions maxTries argument is omitted, the number of retries is unlimited.

       

      Current situation

      • If the Retry instruction is the first one in the catch block, omitted maxTries works like maxTries = 1, and the exception is not caught.

       

      Desired behaviour

      • Omitted maxTries arguments means always unlimited retries.

      Attachments

        Issue Links

          Activity

            People

              jz Joacim Zschimmer
              jz Joacim Zschimmer
              Kanika Agrawal Kanika Agrawal
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: