Skip to content

Commit

Permalink
imagery: increase randomise delay on mapserver restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 3, 2024
1 parent 11fdeea commit 16c9e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/imagery/resources/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
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

Expand Down

0 comments on commit 16c9e17

Please sign in to comment.