Closed
Bug 1168099
Opened 9 years ago
Closed 8 years ago
buildbot bridge reflector should delete tasks whose buildrequests AND tasks are both completed
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [bbb])
Currently, tasks in the buildbot bridge are only deleted by the BuildbotListener after successfully reporting results to Taskcluster. This means that if anything goes wrong in that process, the task never gets deleted. Tasks that hit deadline-expired or somehow get completed in Taskcluster in some other way may never be deleted too.
It's hard to account for all of these cases, but there's certainly no point in the bridge tracking tasks that are already completed in both cases - we should just delete them from our own db and be done with it.
Reporter | ||
Updated•9 years ago
|
Whiteboard: [bbb]
Reporter | ||
Comment 2•8 years ago
|
||
Since we haven't heard of this causing issues I'm going to assume it either doesn't happen anymore, or doesn't cause problems.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(bhearsum)
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•