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).
This commit is contained in:
David McDonald
2019-12-19 10:55:38 +00:00
parent f791b3b734
commit 9de3a9ff43

View File

@@ -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,