From 672cc09b0d4bf40ac0ecbcf2b3bc856821c45173 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 15 Nov 2011 11:52:09 -0600 Subject: [PATCH] Disable r3m0v3rOrphans cron. There's a Python 2.7 runtime bug effecting it. --- cron.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cron.yaml b/cron.yaml index c097e5c6..e72999f4 100644 --- a/cron.yaml +++ b/cron.yaml @@ -3,6 +3,8 @@ cron: url: /r3m0v3r schedule: every 2 hours -- description: orphan cleanup job - url: /r3m0v3rOrphans - schedule: every 4 hours +# There's a bug in the Python 2.7 runtime that prevents this from +# working properly. In theory, there should never be orphans anyway. +#- description: orphan cleanup job +# url: /r3m0v3rOrphans +# schedule: every 4 hours