Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-8263

Last retry interval is not applied

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • 7.8.0-alpha4
    • engine
    • None

    Description

      Given:

      • failedJobRetryTimeCycle = [ PT10M, PT20M, PT30M ]
      • a job

      Observed Behavior:

      1. When the job fails the first time then the retries are decremented to 2 and the lock expiration time is set to now + 10 minutes
      2. When the job fails again then the retries are decremented to 1 and the lock expiration time is set to now + 20 minutes
      3. When the job fails again then the retries are decremented to 0 and the lock expiration time is set to now + 30 minutes

      Expected Behavior:

      1. When the job fails the first time then the retries are decremented to 3 and the lock expiration time is set to now + 10 minutes
      2. When the job fails again then the retries are decremented to 2 and the lock expiration time is set to now + 20 minutes
      3. When the job fails again then the retries are decremented to 1 and the lock expiration time is set to now + 30 minutes
      4. When the job fails again then the retries are decremented to 0 and the lock expiration time is set to null

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce