diff options
author | francis <francis> | 2009-04-23 10:28:10 +0000 |
---|---|---|
committer | francis <francis> | 2009-04-23 10:28:10 +0000 |
commit | ad9995c0b4f0823603251a95f7a9a44b4f2aec5c (patch) | |
tree | 2e90f0011437785d49ad7b923bb957900f05c04c | |
parent | 01f49e12ca1310d11d8f8afe0075951727ca83d8 (diff) |
Poll a bit more often.
-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 86f61cded..e9f913bfe 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,13 +4,13 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.24 2009-04-15 08:45:08 louise Exp $ +# $Id: crontab.ugly,v 1.25 2009-04-23 10:28:10 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com -# Every 10 minutes -*/10 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/update-xapian-index.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/update-xapian-index || echo "stalled?" +# 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?" |