Skip to content

Commit

Permalink
Disable full DB dumps for now (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
teward committed Jul 13, 2020
1 parent f879c65 commit ffd0917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/schedule.rb
Expand Up @@ -20,9 +20,9 @@
runner 'ConflictingFeedbackJob.perform_later'
end

every 1.day, at: '3:10am' do
runner 'ApplicationRecord.full_dump'
end
#every 1.day, at: '3:10am' do
# runner 'ApplicationRecord.full_dump'
#end

every 1.day, at: '3:00am' do
runner 'ScheduledMailJob.perform_later'
Expand Down

0 comments on commit ffd0917

Please sign in to comment.