Closed
Bug 1282872
Opened 8 years ago
Closed 8 years ago
Exceptions:AttributeError: 'function' object has no attribute 'retry'
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P1)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
Attachments
(1 file)
Regression from the retryable_task stuff.
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Marking blocking bug 1281809, since tracking when regressions were introduced and fixes makes it easier to determine which commits are suitable for production deployment.
Assignee: nobody → james
Blocks: 1281809
Status: NEW → ASSIGNED
Component: Treeherder → Treeherder: Data Ingestion
Priority: -- → P1
Updated•8 years ago
|
Attachment #8766014 -
Flags: review+
Comment 3•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/9f396df73de9383c31dde977f299cc8c93a8d3bc
Bug 1282872 - Fix exception retrying tasks. (#1623)
Make retryable_task retry the actual task object, rather than trying to
call .retry on the wrapped function.
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•