added post pruner, added mod action notifications when approving/deleting posts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user