Lower integrity checker job interval from hourly to daily

This commit is contained in:
Matt-Yorkley
2019-09-05 11:48:21 +01:00
parent 725807f66d
commit 6d283ac839

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