Closed
Bug 1296437
Opened 8 years ago
Closed 8 years ago
Allow tasks to signal that they should be retried within TaskCluster
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1298129
People
(Reporter: garndt, Unassigned)
References
Details
There are occasions where it can be detected within a task that given a change, the task might succeed if it were rerun again. Instead of reusing the same environment to rerun the command, the task should be able to signal to the worker to resolve the task in such a way that the platform will retry that task.
We have done this in the past with a special exception reason in the queue to have it trigger another run.
Workers should implement something (such as a socket) that is available to the task environment that when written to will cause the worker to resolve the task as an exception with a reason that will cause the rerun by the queue.
Comment 1•8 years ago
|
||
Dupe of bug 1298129? Can we use that to have those tests retry?
Reporter | ||
Comment 2•8 years ago
|
||
Thanks for pointing that out, definitely a dupe. gbrown is aware of this work and has a patch to add retrying problematic tests.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•