aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2010-01-07 10:32:24 +0000
committerlouise <louise>2010-01-07 10:32:24 +0000
commitdd07c7cf05e2baaa6b6e4140f7ca87e38948db3b (patch)
treec5eed957e04b001ae85492f166fdc32b370d5128
parentc36e904f6acda6fc7342fea477e3de4a626bd331 (diff)
Offsetting production alert sending
-rw-r--r--conf/crontab.ugly4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly
index 667b532b3..9f9bf4f85 100644
--- a/conf/crontab.ugly
+++ b/conf/crontab.ugly
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org/
#
-# $Id: crontab.ugly,v 1.22 2010-01-06 12:29:28 louise Exp $
+# $Id: crontab.ugly,v 1.23 2010-01-07 10:32:24 louise Exp $
PATH=/usr/local/bin:/usr/bin:/bin
!!(* if ($vhost eq "matthew.fixmystreet.com") { *)!!
@@ -22,7 +22,7 @@ MAILTO=team@fixmystreet.com
!!(* } elsif ($hostname eq 'tea' && !$staging) { *)!!
2,7,12,17,22,27,32,37,42,47,52,57 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports || echo "stalled?"
-3 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-alerts || echo "stalled?"
+33 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-alerts || echo "stalled?"
5,35 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-questionnaires.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-questionnaires || echo "stalled?"
!!(* } elsif (($hostname eq "cake" && !$staging) || ($staging && $vhost eq 'matthew.fixmystreet.com')) { *)!!