-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
4.4
The ad-hoc task maximum attempts (MAX_RETRY) was originall set to 9 with the assumption that equated to the task reaching the maximum backoff period of 24 hours, however there was a maths error and 9 attempts equates to only around 4.25 hours of failures before reaching the maximum fails.
We need to update MAX_RETRY to set the default to 12, which is the actual number of task attempts required for the retry delay to hit the maximum value of 86400 (24 hours) - which means the task will stop being retried after around 34 hours, instead of 4.25 hours.
- blocks
-
MDL-71857 Add option to create new indexes for existing tables in an online fashion
- Reopened
-
MDL-79131 Tasks: Max fail delay admin notification
- Closed
- duplicates
-
MDL-81000 Ad-hoc task max fail delay not working as intended
- Closed
- has been marked as being related by
-
MDL-79130 Tasks: Ad-hoc tasks shouldn't retry after max fail delay
- Closed