consolidate cronjobs

This commit is contained in:
albert
2013-04-04 18:15:13 -04:00
parent cfee419108
commit 9aff0f840c
4 changed files with 5 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
class DailyMaintenance
def run
ActiveRecord::Base.connection.execute("set statement_timeout = 0")
ApiCacheGenerator.new.generate_tag_cache
UserPasswordResetNonce.prune!
end
end