Major features finished
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
set :output, "./log/cron_log.log"
|
||||
|
||||
every 1.day, at: ['6:00 am', '6:00 pm'] do
|
||||
rake "employer_automation:employer_members_update"
|
||||
end
|
||||
|
||||
every '0,15,30,45 7-18 * * 1-5' do
|
||||
rake "employer_automation:employer_update"
|
||||
end
|
||||
Reference in New Issue
Block a user