ansible/roles/ask/files/cron-ask-send-reminders

3 lines
254 B
Text
Raw Normal View History

0 0 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_accept_answer_reminders > /dev/null 2> /dev/null
30 0 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_unaswered_question_reminders > /dev/null 2> /dev/null