mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-12 12:02:50 +08:00
Still tweaking the clean up cron.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cron:
|
||||
- description: cleanup job
|
||||
url: /r3m0v3r
|
||||
schedule: every 12 hours
|
||||
schedule: every 2 hours
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user