From cb54d21c183553e8a2fc6c9079488f266120da09 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sat, 9 Nov 2024 07:00:12 +0000 Subject: [PATCH] Further relax health check settings. --- services/wordpress.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/wordpress.hcl b/services/wordpress.hcl index a32b638..956f21f 100644 --- a/services/wordpress.hcl +++ b/services/wordpress.hcl @@ -75,10 +75,10 @@ job "wordpress" { port = "http" path = "/wp-admin/install.php" interval = "10s" - timeout = "2s" + timeout = "3s" check_restart { - limit = 3 + limit = 5 grace = "60s" } }