Skip to content

Commit

Permalink
Merge pull request #99 from pulibrary/correct_cron_timing
Browse files Browse the repository at this point in the history
Fix best_bets:sync schedule
  • Loading branch information
christinach authored Sep 21, 2023
2 parents 018aa1a + 32994b3 commit 5bda0b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

# Learn more: http://github.com/javan/whenever

# 5:30 am Eastern Daylight Time, 4:30 am Eastern Standard Time
every :day, at: '9:30am', roles: [:prod_db] do
every :hour, roles: [:prod_db] do
rake 'best_bets:sync'
end

Expand Down

0 comments on commit 5bda0b6

Please sign in to comment.