Closed
Bug 1425456
Opened 7 years ago
Closed 7 years ago
Group Taskcluster retriggers requested in short time frame into one action task
Categories
(Tree Management :: Treeherder, enhancement, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1510002
People
(Reporter: aryx, Unassigned)
Details
Taskcluster plans to switch retriggers to Action tasks (cced Dustin for the bug number of that). To prevent latency due to many retriggers creating a backlog, many retriggers requested in a short time frame should be grouped into one Action task, e.g. only submit the request for the Action task if there have been no more retrigger requests for that push in the last 15 seconds.
Comment 1•7 years ago
|
||
Is this to prevent multiple retriggers due to several different people retriggering the same job, or for accidental duplicates by the same person in the same Treeherder tab? If the former, I think this would need to be handled on the Taskcluster side, since the action tasks don't hit the Treeherder backend at all.
Flags: needinfo?(aryx.bugmail)
Comment 2•7 years ago
|
||
It's to convert
"rrrrrrrrrr"
from ten action tasks with times: 1 into one action task with times: 10.
Updated•7 years ago
|
Priority: -- → P3
Summary: Group retriggers requested in short time frame into one action task → Group Taskcluster retriggers requested in short time frame into one action task
Comment 4•7 years ago
|
||
Forward duping to bug 1510002 since it has a different approach that might be easier to implement.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•4 years ago
|
Component: Treeherder: Job Triggering & Cancellation → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•