add hourly check for upload queue issues, restore old note coloring

This commit is contained in:
albert
2013-03-12 15:49:58 -04:00
parent 10f40f4518
commit 47b88a1bb2
5 changed files with 30 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ every 4.hours do
runner "TagSubscription.process_all"
end
every 1.hour do
runner "UploadErrorChecker.new.check!"
end
every 1.day do
runner "PostPruner.new.prune!"
end