From b80b6ca7e4892d85ee7fbb115993448f18cce362 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 1 Oct 2016 21:17:51 +0000 Subject: [PATCH] disable this ask cron job, it is not working and causes problems --- roles/ask/files/cron-post-office-send-daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ask/files/cron-post-office-send-daily b/roles/ask/files/cron-post-office-send-daily index 53350266d6..a3bc9db0a0 100644 --- a/roles/ask/files/cron-post-office-send-daily +++ b/roles/ask/files/cron-post-office-send-daily @@ -1 +1 @@ -0 6 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_email_alerts > /dev/null 2> /dev/null +#0 6 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_email_alerts > /dev/null 2> /dev/null