зеркало из https://github.com/mozilla/kitsune.git
Add the purge_tweets cron.
This commit is contained in:
Родитель
bb98aede20
Коммит
e65ee87b8d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче