Add a cron job to delete unused ask tags every day. Ticket 4230

This commit is contained in:
Kevin Fenzi 2014-02-14 18:16:00 +00:00
parent 315fb71922
commit ef7ed004ab
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
0 22 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py delete_unused_tags > /dev/null 2> /dev/null

View file

@ -89,6 +89,7 @@
- cron-ask-send-reminders
- cron-post-office-send-mail
- cron-delete-old-emails
- cron-delete-unused-tags
tags:
- files