Skip to content

Commit

Permalink
Run data cleanup job at 4:30am
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Jan 28, 2021
1 parent f4dc5ab commit 4a7e2e7
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 @@ -11,7 +11,7 @@
job_type :run_file, "cd :path; :environment_variable=:environment bundle exec script/rails runner :task :output"
job_type :enqueue_job, "cd :path; :environment_variable=:environment bundle exec script/enqueue :task :priority :output"

every 1.month do
every 1.month, at: '4:30am' do
rake 'ofn:data:remove_transient_data'
end

Expand Down

0 comments on commit 4a7e2e7

Please sign in to comment.