diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2012-04-11 14:43:51 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2012-04-11 14:43:51 +0100 |
commit | 81a92715f2317b27d36e945b59d2fb3e4d845abc (patch) | |
tree | 5a61bd417ecb93457911d0ac30b803c0c1a6a26e | |
parent | 53fac90f7071fb7463229d18f05937d52cc3afed (diff) |
Comment out cron job to stop error emails until proper fix can be found
-rw-r--r-- | conf/crontab.ugly | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 9118d66f7..ec3776179 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -35,7 +35,14 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 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 eq 'www.fixmystreet.com') { *)!! -10 * * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet-virtualenv/bin/python /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/kasabi -!!(* } *)!! + +# Commented out as there was an error with the code +# +# File "/data/vhost/www.fixmystreet.com/fixmystreet/bin/kasabi", line 50, in main +# cursor.execute("%s AND lastupdate > %%s" % query, (max_lastUpdate,)) +# psycopg2.ProgrammingError: can't adapt type 'Literal' +# +# !!(* if ($vhost eq 'www.fixmystreet.com') { *)!! +# 10 * * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet-virtualenv/bin/python /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/kasabi +# !!(* } *)!! |