Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current code looks at task max.attempts to determine if we have already run too many attempts in the previous attempt. However, this would miscount killed attempts (due to preemptione etc) as failed attempts. We should probably be looking at the attempt status to determine the number of failed attempts.