Major features finished

This commit is contained in:
Jason Jordan
2026-04-15 08:12:47 -04:00
parent 9f306d3150
commit 247a075c9c
112 changed files with 3700 additions and 379 deletions
+9
View File
@@ -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