added post pruner, added mod action notifications when approving/deleting posts

This commit is contained in:
albert
2011-09-30 11:34:41 -04:00
parent f5e1139eec
commit 3c1a25f6d8
6 changed files with 104 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ every 1.hour do
runner "TagSubscription.process_all"
end
every 1.day do
runner "PostPruner.new.prune!"
end
if environment == "production"
every 1.hour do
runner "AmazonBackup.execute"