added whenever (cron replacement), fixed related tag calculation updates (now delayed), tag subscriptions now calculated on cron

This commit is contained in:
albert
2011-08-05 19:07:28 -04:00
parent e106f70b6d
commit c078178fc4
8 changed files with 33 additions and 11 deletions

5
config/schedule.rb Normal file
View File

@@ -0,0 +1,5 @@
set :output, "/var/log/whenever.log"
every 1.hour do
TagSubscription.process_all
end