aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/crontab.ugly13
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
+# !!(* } *)!!