Skip to content

Commit

Permalink
Metais rake tasks execution time sooner, because redflags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdrga committed Oct 4, 2024
1 parent 398074f commit 3bd16c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/clock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module Clockwork
every(1.day, 'itms:sync', at: '5:00')
every(1.day, 'itms:detect_api_changes', at: '9:00')

every(1.day, 'metais:sync_codelists', at: '5:30')
every(1.day, 'metais:sync', at: '6:00')
every(1.day, 'metais:sync_codelists', at: '2:30')
every(1.day, 'metais:sync', at: '3:00')
end

0 comments on commit 3bd16c1

Please sign in to comment.