Closed Bug 711637 Opened 13 years ago Closed 13 years ago

migrate cron jobs from PHP

Categories

(addons.mozilla.org Graveyard :: Maintenance Scripts, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Assigned: ashort)

Details

Cron jobs are tracked in https://github.com/mozilla/zamboni/blob/master/scripts/crontab/crontab.tpl and are easily run via `./manage.py cron $NAME`.  When migrating, consider if there are more effecient ways to do the cron job - these are all pretty old.  Sheeri may be able to help with optimization questions, but if they'll take longer than this milestone copy over what we've got and file a new bug to improve it.

These cron jobs still remain in the old repository:

> http://viewvc.svn.mozilla.org/vc/addons/trunk/bin/maintenance.php?view=markup#l407

> http://viewvc.svn.mozilla.org/vc/addons/trunk/bin/maintenance.php?view=markup#l474
Still used on category landing pages.

> http://viewvc.svn.mozilla.org/vc/addons/trunk/bin/maintenance.php?view=markup#l660

> http://viewvc.svn.mozilla.org/vc/addons/trunk/bin/maintenance.php?view=markup#l381

> http://viewvc.svn.mozilla.org/vc/addons/trunk/bin/maintenance.py?view=markup#l59

> http://viewvc.svn.mozilla.org/vc/addons/trunk/bin/maintenance.py?view=markup#l125
CCing Sheeri.

Work so far is here:
https://github.com/washort/zamboni/commit/d71a092f9c
https://github.com/mozilla/zamboni/commit/97516099baa8bf95945fac1d42d09006a70d8069
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.