Skip to content

Commit

Permalink
Schedule: remove geoportal:export_data job
Browse files Browse the repository at this point in the history
Fixes #546
  • Loading branch information
ewlarson committed Nov 10, 2023
1 parent 58c7253 commit 8c01f86
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
every :day, at: '2:30am', roles: [:app] do
rake 'blacklight:delete_old_searches[7]'
end

# No longer required - EWL 11/10/23
# Exports SOLR data to public/data.json
every '30 3 1 * *', roles: [:app] do
rake 'geoportal:export_data'
end
# every '30 3 1 * *', roles: [:app] do
# rake 'geoportal:export_data'
# end

# Clean Carrierwave tmp file directory
every :day, at: '4:30 am', roles: [:app] do
runner "CarrierWave.clean_cached_files!"
Expand Down

0 comments on commit 8c01f86

Please sign in to comment.