aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-27 11:21:58 +0100
committerStruan Donald <struan@exo.org.uk>2012-03-27 11:21:58 +0100
commit14c64299c2e77c7ac6e20fb792b9ffa18cf41e01 (patch)
treec1270c9ee2b0cc1a5c7e24923eb3e127126c911e
parenta2fd089c48ce36b3e015845256fa688a27ff1572 (diff)
add in fetch and send comments to cron
-rw-r--r--conf/crontab.ugly2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly
index 9118d66f7..c290f9b57 100644
--- a/conf/crontab.ugly
+++ b/conf/crontab.ugly
@@ -24,6 +24,8 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org
0 9,12,15,18 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports --verbose" || echo "stalled?"
2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-alerts" || echo "stalled?"
0,30 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-questionnaires.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-questionnaires" || echo "stalled?"
+5,10,15,20,25,30,35,40,45,50,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-comments.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-comments" || echo "stalled?"
+5,10,15,20,25,30,35,40,45,50,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/fetch-comments.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper fetch-comments" || echo "stalled?"
!!(* } *)!!