Closed
Bug 645898
Opened 14 years ago
Closed 14 years ago
Add cron job to support-release and support(stage)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rrosario, Assigned: fox2mike)
Details
Please add the following to the crontab:
50 */6 * * * cd /data/www/support-release.allizom.org/kitsune; /usr/bin/python26 manage.py cron cache_top_contributors
Reporter | ||
Comment 1•14 years ago
|
||
Please add to support.allizom.org as well:
50 */6 * * * cd /data/www/support.allizom.org/kitsune; /usr/bin/python26 manage.py cron cache_top_contributors
Summary: Add cron job to support-release. → Add cron job to support-release and support(stage)
Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → shyam
Assignee | ||
Comment 2•14 years ago
|
||
Ran cron from the shell once and added to both servers as /usr/bin/python26 /data/www/support(-release).allizom.org/kitsune/manage.py cron cache_top_contributors
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•