From 9de3a9ff435816d9afa07f3dfc0ebaa96cb8220d Mon Sep 17 00:00:00 2001 From: David McDonald Date: Thu, 19 Dec 2019 10:55:38 +0000 Subject: [PATCH] Set healthcheck timeout as integer Not allowed to be a non integer so have upped to 3 rather than going to 2 (fairly arbitrary choice). --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index e4272f6be..b601ddd85 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -9,7 +9,7 @@ 'production': ['api.notifications.service.gov.uk'], }, 'health-check-type': 'port', - 'health-check-invocation-timeout': 2.5, + 'health-check-invocation-timeout': 3, 'instances': { 'preview': None, 'staging': None,