diff options
author | francis <francis> | 2009-09-20 10:29:36 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-20 10:29:36 +0000 |
commit | c1b7f695376eaf9c90e50e4221a0a037bff079ff (patch) | |
tree | 0580d934b230cd2a59212cf41f4c6bea76da8d6a | |
parent | fe7f77b3ce4054d77511b0cdd3ce81d14a6c8f4b (diff) |
A bit faster.
-rw-r--r-- | config/crontab.ugly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index 3b8b258f4..3d8bb54df 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,15 +4,15 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.35 2009-09-19 21:49:25 francis Exp $ +# $Id: crontab.ugly,v 1.36 2009-09-20 10:29:36 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com # Every 5 minutes */5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/update-xapian-index.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/update-xapian-index || echo "stalled?" -# Every 20 minutes -5,25,45 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-tracks.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/alert-tracks || echo "stalled?" +# Every 10 minutes +5,15,25,35,45,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-tracks.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/alert-tracks || echo "stalled?" # Once an hour 39 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-overdue-requests.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/alert-overdue-requests || echo "stalled?" |