Closed
Bug 1308210
Opened 8 years ago
Closed 8 years ago
[taskcluster-worker][macosx engine] Figure how to run taskcluster-worker binary
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wcosta, Assigned: wcosta)
References
Details
Some tests that involve UI fail when taskcluster-worker runs as daemon. We need to find out how to run it in a keep alive basis that allow UI interactions.
Comment 1•8 years ago
|
||
Let's make a command that runs it under panicwrap. Then you have the option of restarting on panic, and send the panic messages (+stack trace) to sentry.
This can be done with:
https://github.com/mitchellh/panicwrap
Which will fork the process...
Comment 2•8 years ago
|
||
How does this help the issue of needing to start the worker in a way that allows UI interactions?
Assignee | ||
Comment 3•8 years ago
|
||
Ok, we need to configure taskcluster-worker to start as a local agent running under an autologin account.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•