diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-22 16:51:47 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-22 16:51:47 +0000 |
commit | 86a9623a3c5b743b6c35fc494fef9373cbf0c4e8 (patch) | |
tree | 8394695909cbb24634aae588246cbb4130baa922 /conf | |
parent | e33b0c7e44692137a671054cea6b77f9e1edad59 (diff) |
Add Zurich overdue script to cron.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab.ugly | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 7a2ab1891..c1de3d66f 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -64,3 +64,7 @@ my %no_alerts = map { $_ => 1 } @no_alerts; 39 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/problems-filed-graph 43 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/problem-creation-graph 00 8 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/check-for-zombies !!(*= $user *)!! + +!!(* if ($vhost =~ /zurich/) { *)!! +30 0 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/zurich-overdue-alert +!!(* } *)!! |