Closed
Bug 495524
Opened 17 years ago
Closed 17 years ago
Add cron jobs for preview.amo
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
We need to add two maintenance.php cron jobs to preview.amo:
tag_totals
collection_subscribers
The first might already be in there. Both should run every few minutes. Thanks.
| Assignee | ||
Updated•17 years ago
|
Assignee: server-ops → oremj
| Assignee | ||
Comment 1•17 years ago
|
||
12,32,52 * * * * root cd /data/php5/www/addons.mozilla.org-preview/bin ; php -f maintenance.php tag_totals
14,34,54 * * * * root cd /data/php5/www/addons.mozilla.org-preview/bin ; php -f maintenance.php collections_subscribers
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
s/collections/collection/
The second line should be:
14,34,54 * * * * root cd /data/php5/www/addons.mozilla.org-preview/bin ; php -f
maintenance.php collection_subscribers
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•17 years ago
|
||
14,34,54 * * * * root cd /data/php5/www/addons.mozilla.org-preview/bin ; php -f maintenance.php collection_subscribers
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•11 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
•