From 88bb26b033774548fa76da9170cbefd4536f0a5f Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 27 Jun 2021 17:37:59 +0200 Subject: [PATCH 1/1] Run planet update for taginfo later 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/recipes/current.rb b/cookbooks/planet/recipes/current.rb index fefcaaad7..9f951df53 100644 --- a/cookbooks/planet/recipes/current.rb +++ b/cookbooks/planet/recipes/current.rb @@ -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" -- 2.39.5