]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/resources/site.rb
imagery: allow longer for mapserver to shutdown
[chef.git] / cookbooks / imagery / resources / site.rb
index d8b8e11e6e104df20a4418bbc4c09f1a487fa06c..83926229a50a42bb559283c4f1ef844e63491178 100644 (file)
@@ -113,6 +113,7 @@ action :create do
     standard_input "socket"
     sandbox true
     restrict_address_families "AF_UNIX"
     standard_input "socket"
     sandbox true
     restrict_address_families "AF_UNIX"
+    timeout_stop_sec 60
     not_if { new_resource.uses_tiler }
   end
 
     not_if { new_resource.uses_tiler }
   end
 
@@ -152,7 +153,7 @@ action :create do
   systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do
     on_boot_sec "10m"
     on_unit_inactive_sec "1h"
   systemd_timer "mapserv-fcgi-#{new_resource.site}-stop" do
     on_boot_sec "10m"
     on_unit_inactive_sec "1h"
-    randomized_delay_sec "10m"
+    randomized_delay_sec "30m"
     not_if { new_resource.uses_tiler }
   end
 
     not_if { new_resource.uses_tiler }
   end