diff options
Diffstat (limited to 'config/crontab.ugly')
-rw-r--r-- | config/crontab.ugly | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index 71563688e..0f2054fbd 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,7 +4,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.10 2008-04-24 23:54:56 francis Exp $ +# $Id: crontab.ugly,v 1.11 2008-05-09 01:00:42 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com @@ -20,3 +20,6 @@ MAILTO=team@whatdotheyknow.com 23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/delete-old-sessions.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/delete-old-sessions || echo "stalled?" 0 8 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-new-response-reminders.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/alert-new-response-reminders || echo "stalled?" +# Once a day on all servers +43 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/request-creation-graph + |