Closed Bug 495524 Opened 17 years ago Closed 17 years ago

Add cron jobs for preview.amo

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
major

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: server-ops → oremj
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
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 → ---
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 ago17 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.