From 7e55a1f1d1a08957d724db9bc49c52eec2133e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 10 Aug 2026 17:22:21 -0600 Subject: [PATCH] Tweak timeoutsec for akkounts service --- site-cookbooks/kosmos-akkounts/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-akkounts/recipes/default.rb b/site-cookbooks/kosmos-akkounts/recipes/default.rb index 03cc57a..6d04488 100644 --- a/site-cookbooks/kosmos-akkounts/recipes/default.rb +++ b/site-cookbooks/kosmos-akkounts/recipes/default.rb @@ -246,7 +246,7 @@ systemd_unit "akkounts.service" do ExecStart: "#{bundle_path} exec puma -C config/puma.rb --pidfile #{deploy_path}/tmp/puma.pid", ExecReload: "#{bundle_path} exec pumactl -F config/puma.rb --pidfile #{deploy_path}/tmp/puma.pid phased-restart", PIDFile: "#{deploy_path}/tmp/puma.pid", - TimeoutSec: "10", + TimeoutSec: "30", Restart: "always", }, Install: {