From a59c9a485948d36dcab5ee37aa507df38b7e53ca Mon Sep 17 00:00:00 2001 From: Mathieu Agopian Date: Mon, 30 Jun 2014 14:12:47 +0200 Subject: [PATCH] fix adi script call in crontab.tpl (bug 1031146) --- scripts/crontab/crontab.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/crontab/crontab.tpl b/scripts/crontab/crontab.tpl index 2ada5bd136..c1f77ad7a1 100644 --- a/scripts/crontab/crontab.tpl +++ b/scripts/crontab/crontab.tpl @@ -52,9 +52,9 @@ YESTERDAY=$(date --date="yesterday" +"\%%Y-\%%m-\%%d") 50 10 * * * %(z_cron)s update_google_analytics # Update ADI metrics from HIVE. -00 1 * * * %(z_cron)s download_metrics --date $YESTERDAY --with-updates --with-downloads --output adi_data -00 3 * * * %(z_cron)s update_counts_from_file adi_data.updates --date $YESTERDAY -00 4 * * * %(z_cron)s download_counts_from_file adi_data.downloads --date $YESTERDAY +00 1 * * * %(django)s download_metrics --date $YESTERDAY --with-updates --with-downloads --output adi_data +00 3 * * * %(django)s update_counts_from_file adi_data.updates --date $YESTERDAY +00 4 * * * %(django)s download_counts_from_file adi_data.downloads --date $YESTERDAY #Once per day after 2100 PST (after metrics is done) 35 5 * * * %(z_cron)s update_addon_download_totals