mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user