21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 22:10:50 +02:00

Change cron execution hour

This commit is contained in:
Colin Darie 2018-07-06 12:56:57 +02:00
parent 730b70c08e
commit e09a463bcb
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -18,10 +18,10 @@ set :output, standard: "log/cron.log"
# Learn more: http://github.com/javan/whenever
every 1.day, at: '4:30 am', roles: [:app] do
every 1.day, at: '1:00 am', roles: [:app] do
rake "checks:sync_dates:all"
end
every 1.day, at: '10:30 am', roles: [:app] do
every 1.day, at: '8:30 am', roles: [:app] do
rake "notifications:send_all"
end