Disable r3m0v3rOrphans cron. There's a Python 2.7 runtime bug effecting it.

This commit is contained in:
Jim Miller 2011-11-15 11:52:09 -06:00
parent fed75f6684
commit 672cc09b0d

View file

@ -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