diff options
-rw-r--r-- | config/crontab.ugly | 2 | ||||
-rwxr-xr-x | script/delete-old-things (renamed from script/delete-old-post-redirects) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index 004f1cb7a..ee2083c65 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -22,7 +22,7 @@ MAILTO=team@whatdotheyknow.com 31 * * * * root run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/load-exim-logs.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/load-exim-logs || echo "stalled?" # Once a day, early morning -23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/delete-old-post-redirects.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/delete-old-post-redirects || echo "stalled?" +23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/delete-old-things.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/delete-old-things || echo "stalled?" 0 8 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-new-response-reminders.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/alert-new-response-reminders || echo "stalled?" 0 8 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-not-clarified-request.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/alert-not-clarified-request || echo "stalled?" 2 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/check-recent-requests-sent.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/check-recent-requests-sent || echo "stalled?" diff --git a/script/delete-old-post-redirects b/script/delete-old-things index c1354e4f4..c1354e4f4 100755 --- a/script/delete-old-post-redirects +++ b/script/delete-old-things |