Further relax health check settings.

This commit is contained in:
2024-11-09 07:00:12 +00:00
parent de6bcc9f4a
commit cb54d21c18

View File

@@ -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"
}
}