This commit is contained in:
r888888888
2014-07-22 15:43:20 -07:00
parent 697836826a
commit 44b59ab18d
2 changed files with 23 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ class DailyMaintenance
Delayed::Job.delete_all(['created_at < ?', 7.days.ago])
PostVote.delete_all(['created_at < ?', 1.month.ago])
CommentVote.delete_all(['created_at < ?', 1.month.ago])
UserUploadClamper.new.clamp_all!
TagSubscription.process_all
ApiCacheGenerator.new.generate_tag_cache
end