If the default number of retires is set to 0 an incident is created without executing the job

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: engine

      Reproduce

      • create a model with an async before task
      • set the defaultNumberOfRetires to 0
      • start the process
      • observation: an incident is immediately created for the job without executing it once
      • expected: job is executed once

      Hints

      • on job creation the retires are set to the defaultNumberOfRetries
        (JobDeclaration)
      • setRetries has logic which creates an incident if the new retires are 0 and the last was > 0 (default 3) (JobEntity)

            Assignee:
            Unassigned
            Reporter:
            Sebastian Menski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: