Swarming: Add Task Queue UI, plus links to all Task Queues that can be serviced by a bot |
||
Issue descriptionIssue 735388 is a case where I suspect higher priority tasks with _slightly_ different dimensions preempted lower priority tasks enough to make them time out. It'd be great to make an API to summarize: - look at the kind of tasks currently run by the bots that are in the set of a set of dimensions and report their (dimensions, priority) outlook - leverage TaskDimensions* to figure out the current pending tasks. I'm thinking about implementing this as two separate API, as both can be done concurrently and are querying different kind of entities. I'm not sure how this can made to efficiently scale to >1000 bots, we'll likely have to sample instead of a complete set. Sampling is probably good enough. Coupled with issue 729565, this would create a quite powerful tool. * https://github.com/luci/luci-py/blob/master/appengine/swarming/server/task_queues.py
,
Jun 21 2018
Isn't this done?
,
Jun 21 2018
The API was added in issue 803450 . Issue 752244 is about the ts_mon side. Focusing this issue on the Task Queue web UI. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Jun 21 2018Status: Untriaged (was: Available)