Closed
Bug 1298801
Opened 8 years ago
Closed 8 years ago
Daemonize taskcluster-worker
Categories
(Taskcluster :: Workers, defect, P1)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wcosta, Assigned: wcosta)
References
Details
User Story
Allow the taskcluster-worker run as a system daemon.
Attachments
(1 file)
No description provided.
Comment 1•8 years ago
|
||
See bug 1240031 for a discussion of the technical challenges specifically for Windows.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → wcosta
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8787210 -
Flags: review?(jopsen)
Comment 3•8 years ago
|
||
Comment on attachment 8787210 [details]
Daemonize taskcluster-worker
Looks okay... but we probably should implement SIGTERM properly.
Attachment #8787210 -
Flags: review?(jopsen) → review+
Comment 4•8 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-worker
https://github.com/taskcluster/taskcluster-worker/commit/cfccf8da8946aecc605e413fa8707ed69f65d22c
Bug 1298801: Includes the daemon command. r=jonasfj
This commits introduces the ability for taskcluster-worker to run as a
daemon. Before running it, you need to install it as a daemon, with the
"install" command:
$ taskcluster-worker daemon install --engine macosx --logging-level info
The --engine argument is mandatory for the install command. To start the
daemon, run:
$ taskcluster-worker daemon start
To stop it:
$ taskcluster-worker daemon stop
And to uninstall it:
$ taskcluster-worker daemon remove
Remember taskcluster-worker reads taskcluster credentials from
environment variables. You need to make sure taskcluster-worker daemon
has these environment variables set.
https://github.com/taskcluster/taskcluster-worker/commit/fe30c7b9290a4625338c6360fb798af0ee3ec7e5
Merge pull request #100 from walac/daemonize
Bug 1298801: Includes the daemon command. r=jonasfj
Assignee | ||
Updated•8 years ago
|
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
•