Skip to content

Commit

Permalink
geocombine scheduled rake task update
Browse files Browse the repository at this point in the history
  • Loading branch information
srappel committed Mar 21, 2024
1 parent b1a56dd commit 30caa17
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,27 @@
end

# Updates the UWM OpenGeoMetadata directory (git pull) and re-index
every :tuesday, at: "1:00 pm", roles: [:app] do
every :monday, at: "4:00 am", roles: [:app] do
# Ours
rake "geocombine:pull[edu.uwm]"
# Add additional repositories once tested
# Direct from GeoCombine
rake "geocombine:pull[edu.uchicago]"
rake "geocombine:pull[edu.illinois]"
rake "geocombine:pull[edu.indiana]"
rake "geocombine:pull[edu.uiowa]"
rake "geocombine:pull[edu.umd]"
rake "geocombine:pull[edu.msu]"
rake "geocombine:pull[edu.umn]"
rake "geocombine:pull[edu.unl]"
rake "geocombine:pull[edu.nyu]"
rake "geocombine:pull[edu.osu]"
rake "geocombine:pull[edu.psu]"
rake "geocombine:pull[edu.purdue]"
rake "geocombine:pull[edu.rutgers]"
rake "geocombine:pull[edu.umich]"
# Metadata We've Converted
rake "geocombine:pull[edu.wisc.aardvark]"
rake "geocombine:pull[edu.uwm.converted]"
# Index
rake "geocombine:index"
end

0 comments on commit 30caa17

Please sign in to comment.