-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.8.0-alpha4
-
None
Given:
- failedJobRetryTimeCycle = [ PT10M, PT20M, PT30M ]
- a job
Observed Behavior:
- 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
- When the job fails again then the retries are decremented to 1 and the lock expiration time is set to now + 20 minutes
- 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:
- 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
- When the job fails again then the retries are decremented to 2 and the lock expiration time is set to now + 20 minutes
- When the job fails again then the retries are decremented to 1 and the lock expiration time is set to now + 30 minutes
- When the job fails again then the retries are decremented to 0 and the lock expiration time is set to null