Skip to content

Commit

Permalink
Cron: updates post S3 assets
Browse files Browse the repository at this point in the history
* Add delete_solr_orphans
* Move Allmaps harvest to weekly
* Reinstate georeferenced_facet
  • Loading branch information
ewlarson committed Jul 23, 2024
1 parent 0ed9006 commit 5af4a0a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,19 @@
# rake 'geoportal:uri_report'
# end

# Pause while harvesting thumbs to S3 - EWL 6/27/24
# Geoblacklight::Admin
# Delete Solr Orphans
every :day, at: '7:00am', roles: [:app] do
rake 'geoblacklight_admin:solr:delete_orphans'
end

# Blacklight::Allmaps
# Harvest Maps
# every :day, at: '3:00am', roles: [:app] do
# rake 'geoportal:allmaps:harvest'
# end
every :saturday, at: '1:00am', roles: [:app] do
rake 'geoportal:allmaps:harvest'
end

# Populate the Georeferenced Facet
# every :day, at: '6:30am', roles: [:app] do
# rake 'geoportal:allmaps:georeferenced_facet'
# end
every :day, at: '6:30am', roles: [:app] do
rake 'geoportal:allmaps:georeferenced_facet'
end

0 comments on commit 5af4a0a

Please sign in to comment.