Skip to content

Commit

Permalink
Merge pull request #212 from sul-dlss/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Disable cron in preparation to decommission
  • Loading branch information
jcoyne committed Aug 20, 2020
2 parents 59ac638 + c5b75ae commit 94c5366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

job_type :no_warnings_rake, "cd :path && :environment_variable=:environment RUBYOPT='-W0' bundle exec rake :task --silent :output"

every 30.minutes do
no_warnings_rake 'was_thumbnail_service:run_thumbnail_monitor'
end
# every 30.minutes do
# no_warnings_rake 'was_thumbnail_service:run_thumbnail_monitor'
# end

0 comments on commit 94c5366

Please sign in to comment.