Closed
Bug 666063
Opened 14 years ago
Closed 14 years ago
[input-stage] Supress stdout from cron jobs for input.stage
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davedash, Assigned: nmaul)
Details
We're getting emails from here... but I think we can discard standard output and only email if there's errors:
Fwd: Cron <root@mrapp-stage02> cd /data/www/input.stage.mozilla.com/reporter/; ./bin/update_staging.sh; su - apache -s /bin/bash -c "/data/virtualenvs/input/bin/python26 /data/www/input.stage.mozilla.com/reporter/manage.py cron cluster"
Updated•14 years ago
|
Assignee: server-ops → nmaul
| Assignee | ||
Comment 1•14 years ago
|
||
Fixed. The cron's for this site are quite oddly laid out, and there are multiple cron jobs that do the 'update_staging.sh' part. This particular one (that does both parts) was missing '> /dev/null', but the others have it. I've added it here as well.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 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
•