Closed
Bug 749769
Opened 13 years ago
Closed 13 years ago
Install 'setproctitle' on SUMO boxes
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Assigned: bburton)
Details
We should add the Python package 'setproctitle' (compiled) to the SUMO celery box(es). The easiest way to do this is probably just to add it to the puppet modules for all of them. Lots of daemons use setproctitle.
For celery, it's particularly valuable because celery worker processes will adjust their name to tell you the currently running task, or '- idle -'.
Updated•13 years ago
|
Assignee: server-ops → eziegenhorn
Comment 1•13 years ago
|
||
What do you mean by "compiled"? Is installing the setproctitle package not enough?
Updated•13 years ago
|
Assignee: eziegenhorn → bburton
Updated•13 years ago
|
Severity: major → normal
Reporter | ||
Comment 2•13 years ago
|
||
I just mean it's not pure-python, so we can't install it in our vendor library, it needs to be installed via some package manager. Most of our not-pure-python dependencies (e.g. Jinja2) are installed via RPM, as far as I know.
Assignee | ||
Comment 3•13 years ago
|
||
This has been added to base.pp for our celery module and puppet will install it within the next 1.5 hours.
Thanks
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•