From 321311c0b959e930f2399b5da4d39c5eef901c26 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 28 Jan 2014 08:03:28 -0800 Subject: [PATCH] Hook up cron job to clean out signed reviewer packaged apps (bug 869499) --- scripts/crontab/crontab.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/crontab/crontab.tpl b/scripts/crontab/crontab.tpl index 10b8935a89..a0dd921eac 100644 --- a/scripts/crontab/crontab.tpl +++ b/scripts/crontab/crontab.tpl @@ -44,6 +44,7 @@ HOME=/tmp 30 9 * * * %(z_cron)s update_user_ratings 50 9 * * * %(z_cron)s gc 45 9 * * * %(z_cron)s mkt_gc --settings=settings_local_mkt +45 9 * * * %(z_cron)s clean_old_signed --settings=settings_local_mkt 45 10 * * * %(django)s process_addons --task=update_manifests --settings=settings_local_mkt 45 11 * * * %(django)s process_addons --task=dump_apps --settings=settings_local_mkt 30 12 * * * %(z_cron)s cleanup_synced_collections