before adding users

This commit is contained in:
Jason Jordan
2026-04-20 12:12:52 -04:00
parent 7ab1143db8
commit 1d9025276d
21 changed files with 286 additions and 185 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ set :output, "log/cron_log.log"
set :environment, ENV['RAILS_ENV'] || 'development'
every 1.minute do
runner "Rails.logger.info 'Cron test ran at: ' + Time.now.to_s"
command "echo 'Cron test ran at: ' $(date) >> log/cron_log.log"
rake "employer_automation:employer_initialize_test"
end
every 1.day, at: ['6:00 am', '6:00 pm'] do