Sha256: cb0189ef7a9ae4d44ac1c830af3cfc6eb53930640c1162b73d5fac0934a3e8a4

Contents?: true

Size: 189 Bytes

Versions: 9

Compression:

Stored size: 189 Bytes

Contents

require 'clockwork'
require './config/boot'
require './config/environment'

module Clockwork
  every(1.day, 'AlertJob', at: '06:00', tz: 'Pacific Time (US & Canada)') { Alert.run_all }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
aleph_analytics-0.2.0 lib/clock.rb
aleph_analytics-0.1.0 lib/clock.rb
aleph_analytics-0.0.6 lib/clock.rb
aleph_analytics-0.0.5 lib/clock.rb
aleph_analytics-0.0.4 lib/clock.rb
aleph_analytics-0.0.3 lib/clock.rb
aleph_analytics-0.0.2 lib/clock.rb
aleph_analytics-0.0.1.alpha lib/clock.rb
aleph_analytics-0.0.0.alpha lib/clock.rb