diff options
author | francis <francis> | 2008-03-11 08:05:30 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-11 08:05:30 +0000 |
commit | 365083fe445313010235d37c928df69b0e2efb39 (patch) | |
tree | f579b2526e86d43c41170ee388ef89d1d842d1c9 | |
parent | 962faaf7d03b93cd9ff89f02f0ca5e2844094797 (diff) |
One day cron specifications will be immediately intuitive to me! One day.
-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 |