Closed Bug 749769 Opened 13 years ago Closed 13 years ago

Install 'setproctitle' on SUMO boxes

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

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 -'.
Assignee: server-ops → eziegenhorn
What do you mean by "compiled"? Is installing the setproctitle package not enough?
Assignee: eziegenhorn → bburton
Severity: major → normal
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.
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
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.