This commit is contained in:
James Socol 2011-03-09 21:05:48 -05:00
Родитель bb98aede20
Коммит e65ee87b8d
4 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -59,6 +59,7 @@ HOME = /tmp
# Every 6 hours.
0 */6 * * * $DJANGO update_product_details -q > /dev/null
30 */6 * * * $CRON get_customercare_stats
40 */6 * * * $CRON purge_tweets
# Once per day.
0 16 * * * $CRON reload_wiki_traffic_stats

Просмотреть файл

@ -16,6 +16,7 @@ HOME = /tmp
# Every 6 hours.
0 */6 * * * cd /data/www/support.mozilla.com/kitsune; /usr/bin/python26 manage.py update_product_details -q > /dev/null
30 */6 * * * cd /data/www/support.mozilla.com/kitsune; /usr/bin/python26 manage.py cron get_customercare_stats
40 */6 * * * cd /data/www/support.mozilla.com/kitsune; /usr/bin/python26 manage.py cron purge_tweets
# Once per day.
0 16 * * * cd /data/www/support.mozilla.com/kitsune; /usr/bin/python26 manage.py cron reload_wiki_traffic_stats

Просмотреть файл

@ -16,6 +16,7 @@ HOME = /tmp
# Every 6 hours.
0 */6 * * * cd /data/www/support.allizom.org/kitsune; /usr/bin/python26 manage.py update_product_details -q > /dev/null
30 */6 * * * cd /data/www/support.allizom.org/kitsune; /usr/bin/python26 manage.py cron get_customercare_stats
40 */6 * * * cd /data/www/support.allizom.org/kitsune; /usr/bin/python26 manage.py cron purge_tweets
# Once per day.
0 16 * * * cd /data/www/support.allizom.org/kitsune; /usr/bin/python26 manage.py cron reload_wiki_traffic_stats

Просмотреть файл

@ -16,6 +16,7 @@ HOME = /tmp
# Every 6 hours.
0 */6 * * * cd /data/www/support-release.allizom.org/kitsune; /usr/bin/python26 manage.py update_product_details -q > /dev/null
30 */6 * * * cd /data/www/support-release.allizom.org/kitsune; /usr/bin/python26 manage.py cron get_customercare_stats
40 */6 * * * cd /data/www/support-release.allizom.org/kitsune; /usr/bin/python26 manage.py cron purge_tweets
# Once per day.
0 16 * * * cd /data/www/support-release.allizom.org/kitsune; /usr/bin/python26 manage.py cron reload_wiki_traffic_stats