Skip to content

Commit

Permalink
change migrate rebuild frequency task from daily to weekly to avoid t…
Browse files Browse the repository at this point in the history
…imezones to face update during working hours
  • Loading branch information
lucacug committed Jun 8, 2021
1 parent 88de587 commit 99f85a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set :output, 'log/cron.log'

every :day, :at => '1:42am' do
every :saturday, :at => '1:42am' do
rake "db:migrate:rebuild"
end

Expand Down

0 comments on commit 99f85a0

Please sign in to comment.