Closed
Bug 522169
Opened 16 years ago
Closed 16 years ago
[AMO] New & renamed cron jobs on preview.amo
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
New:
/usr/bin/python26 maintenance.py personas_adu
Renames:
php -f maintenance.php collections_ratings
php -f maintenance.php share_count_totals
These should now be:
/usr/bin/python26 maintenance.py collections_ratings
/usr/bin/python26 maintenance.py share_count_totals
The timings don't need to change.
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 1•16 years ago
|
||
43 * * * * root cd /data/amo/www/addons.mozilla.org-preview/bin; /usr/bin/python26 maintenance.py personas_adu
*/15 * * * * root cd /data/amo/www/addons.mozilla.org-preview/bin; /usr/bin/python26 maintenance.py share_count_totals
*/11 * * * * root cd /data/amo/www/addons.mozilla.org-preview/bin; /usr/bin/python26 maintenance.py collections_ratings
Status: NEW → RESOLVED
Closed: 16 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
•