added whenever (cron replacement), fixed related tag calculation updates (now delayed), tag subscriptions now calculated on cron
This commit is contained in:
5
config/schedule.rb
Normal file
5
config/schedule.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
set :output, "/var/log/whenever.log"
|
||||
|
||||
every 1.hour do
|
||||
TagSubscription.process_all
|
||||
end
|
||||
Reference in New Issue
Block a user