Still tweaking the clean up cron.

This commit is contained in:
retiefjimm
2011-03-24 22:09:11 -05:00
parent bd82311d51
commit 3e381dd33f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cron:
- description: cleanup job
url: /r3m0v3r
schedule: every 12 hours
schedule: every 2 hours
+1 -1
View File
@@ -26,7 +26,7 @@ class Remover(webapp.RequestHandler):
fics = DownloadMeta.all()
fics.filter("date <",theDate).order("date")
results = fics.fetch(500)
results = fics.fetch(100)
logging.debug([x.name for x in results])
num = 0