Skip to content

Commit

Permalink
Dailies should run every day (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmo authored Aug 31, 2020
1 parent 4994efd commit f6914b2
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
Expand Up @@ -3,7 +3,7 @@
set :environment_variable, 'RUBY_ENVIRONMENT'

# Process incrementals (adds/deletes from Symphony) daily
every :weekday, at: '04:10am' do
every :day, at: '04:10am' do
rake "incrementals:import['daily']"
rake "incrementals:delete['daily']"
end
Expand Down

0 comments on commit f6914b2

Please sign in to comment.