Skip to content

Commit

Permalink
chore: update daily statistic worker cron
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Oct 7, 2023
1 parent 4650ca6 commit 63e1113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def call_worker(clz)
ApplicationRecord.connection.execute "vacuum (verbose, analyze)"
end

s.cron "5 0 * * *" do
s.cron "0 8 * * *" do
call_worker Charts::DailyStatistic
end

Expand Down

0 comments on commit 63e1113

Please sign in to comment.