]> git.openstreetmap.org Git - chef.git/commitdiff
Run planet update for taginfo later
authorJochen Topf <jochen@topf.org>
Sun, 27 Jun 2021 15:37:59 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 15:37:59 +0000 (17:37 +0200)
The planet update fails quite often for unknown reasons on the taginfo server. Maybe this is due to the process creating the hourly file running in the exact same moment or some other problem. This changes moves the cronjob a bit later to see whether it works better.

cookbooks/planet/recipes/current.rb

index fefcaaad7d48433d310175ba1ab7464d1f8a5726..9f951df53137a6fda61d5b02c63129800ed28cc7 100644 (file)
@@ -53,7 +53,7 @@ remote_file "/var/lib/planet/planet.osh.pbf" do
 end
 
 cron_d "planet-update" do
-  minute "17"
+  minute "37"
   hour "1"
   user "root"
   command "/usr/local/bin/planet-update"