diff options
-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 a2c05e0a8..f02e3c2b2 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.5 2008-03-07 23:32:27 francis Exp $ +# $Id: crontab.ugly,v 1.6 2008-03-11 08:05:30 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com -# Every 10 minutes +# Eve*y 10 minutes */10 0 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/update-solr-index.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/update-solr-index || echo "stalled?" -# Once an hour +# O*ce an hour 39 0 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-overdue-requests.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/alert-overdue-requests || echo "stalled?" # Once a day, early morning |