Closed
Bug 1244146
Opened 9 years ago
Closed 9 years ago
[taskcluster-worker] Worker should poll and claim tasks
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: garndt, Unassigned)
References
Details
Attachments
(1 file)
Add a claim/polling package for retrieving work from the queue.
This should claim as much work as the current available capacity allows.
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Component: Generic-Worker → Worker
Reporter | ||
Comment 1•9 years ago
|
||
So this patch will start up a queue service and let it attempt to claim tasks from the queue. It still needs some tests around this to make sure it works, but I think the initial work is complete.
Attachment #8716448 -
Flags: review?(pmoore)
Comment 2•9 years ago
|
||
Comment on attachment 8716448 [details] [review]
tw pr 17
Great!
Also added some feedback in the PR for consideration, but merged to avoid slowing things down.
Attachment #8716448 -
Flags: review?(pmoore) → review+
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
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
•