fixes for tag subs

This commit is contained in:
albert
2013-04-03 14:36:28 -04:00
parent 786655ae39
commit 3a96bb0811
4 changed files with 3 additions and 6 deletions

View File

@@ -1,9 +1,5 @@
set :output, "/var/log/whenever.log"
every 4.hours do
runner "TagSubscription.process_all"
end
every 1.hour do
runner "UploadErrorChecker.new.check!"
end