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