Closed
Bug 619695
Opened 14 years ago
Closed 14 years ago
Socorro - IteratorWorkerFramework needs to understand more failure modes
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.7.7
People
(Reporter: lars, Assigned: lars)
Details
The IteratorWorkerFramework uses a backing off retry if it encounters errors in running a worker task. However, not all errors can be resolved with just a retry. The worker task needs to return more than just 'ok' or 'failure'. Perhaps it needs a 'permanentFailure' so that it won't fall into a hopeless retry cycle that will never recover.
Assignee | ||
Updated•14 years ago
|
Target Milestone: --- → 1.7.6
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → lars
Assignee | ||
Comment 2•14 years ago
|
||
committed to trunk.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•