Closed
Bug 1244130
Opened 9 years ago
Closed 8 years ago
[taskcluster-worker] Implement a startup loop for environment loading and task claiming
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: garndt, Unassigned)
References
Details
Attachments
(1 obsolete file)
Create a start up loop that will run the following until interrupted:
1. parse command line options
2. create runtime configuration (requires a configuration management package)
3. Create an engine
4. Start up a task polling/claiming loop
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 #8716447 -
Flags: review?(pmoore)
Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8716447 [details] [review]
tw pull 17
Added to the wrong bug.
Attachment #8716447 -
Attachment is obsolete: true
Attachment #8716447 -
Flags: review?(pmoore)
Reporter | ||
Comment 4•8 years ago
|
||
Yes, thank you!
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(garndt)
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
•