Merge pull request #2686 from alphagov/integer

Set healthcheck timeout as integer
This commit is contained in:
David McDonald
2019-12-19 11:04:14 +00:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
'production': ['api.notifications.service.gov.uk'], 'production': ['api.notifications.service.gov.uk'],
}, },
'health-check-type': 'port', 'health-check-type': 'port',
'health-check-invocation-timeout': 2.5, 'health-check-invocation-timeout': 3,
'instances': { 'instances': {
'preview': None, 'preview': None,
'staging': None, 'staging': None,