diff options
author | matthew <matthew> | 2007-04-20 11:57:47 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-04-20 11:57:47 +0000 |
commit | c59ae6e3a121d50e95dc9f2535944898aa80d271 (patch) | |
tree | 2d2a80073ceea88b7999cdd97ed5b299a6a6a8fe | |
parent | 48b4bc2282b595d02dc801655568894badf185a6 (diff) |
Don't have them running at the same time.
-rw-r--r-- | conf/crontab.ugly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 202a7aad7..5306194fc 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.6 2007-04-20 08:59:03 matthew Exp $ +# $Id: crontab.ugly,v 1.7 2007-04-20 11:57:47 matthew Exp $ PATH=/usr/local/bin:/usr/bin:/bin !!(* if ($vhost eq "matthew.bci.mysociety.org") { *)!! @@ -14,6 +14,6 @@ MAILTO=team@neighbourhoodfixit.com !!(* } *)!! */5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports || echo "stalled?" -0 9,12,15,18 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports --verbose" || echo "stalled?" +3 9,12,15,18 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports --verbose" || echo "stalled?" 2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-alerts || echo "stalled?" |