Initial commit
This commit is contained in:
5
lib/dev_clockwork.rb
Normal file
5
lib/dev_clockwork.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
require "clockwork"
|
||||
|
||||
module Clockwork
|
||||
every(3.minutes, 'dev.poll_for_analysis_updates') { `rake dev:poll_for_analysis_updates` }
|
||||
end
|
||||
Reference in New Issue
Block a user