Merge pull request #4223 from Matt-Yorkley/integrity

Lower integrity checker job interval
This commit is contained in:
Matt-Yorkley
2019-09-05 15:36:12 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ job_type :run_file, "cd :path; :environment_variable=:environment bundle exec sc
job_type :enqueue_job, "cd :path; :environment_variable=:environment bundle exec script/enqueue :task :priority :output"
every 1.hour do
every 1.day, at: '01:00am' do
rake 'ofn:cache:check_products_integrity'
end