Closed
Bug 1384949
Opened 8 years ago
Closed 8 years ago
Implement API endpoint to list out a list of workerGroup/workerId string
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hassan, Assigned: hassan)
References
Details
In order to implement the worker dashboard (RFC #82), the Queue API needs to be extended. One API to implement is the following:
- GET /provisioners/:provisionerId/worker-types/:workerType/workers to list out a list of workerGroup/workerId string.
This work is part of Stage 1 of RFC#82 [1]. For more information on the consensus, refer to jhford's comment [2].
[1] https://github.com/taskcluster/taskcluster-rfcs/issues/82
[2] https://github.com/taskcluster/taskcluster-rfcs/issues/82#issuecomment-315177265
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → helfi92
Comment 1•8 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-queue
https://github.com/taskcluster/taskcluster-queue/commit/ce66823a96507bdf0fc7d533c44e4eb2456883ba
Bug 1384949 - Implement API endpoint to list out a list of workerGroup/workerId
https://github.com/taskcluster/taskcluster-queue/commit/eda08ebdd707498fb64658ac5e6c158719bd808a
Merge pull request #184 from helfi92/workergroup-workerid
Bug 1384949 - Implement API endpoint to list out a list of workerGroup/workerId
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Queue → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•