mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -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'],
|
||||
},
|
||||
'health-check-type': 'port',
|
||||
'health-check-invocation-timeout': 2.5,
|
||||
'health-check-invocation-timeout': 3,
|
||||
'instances': {
|
||||
'preview': None,
|
||||
'staging': None,
|
||||
|
||||
Reference in New Issue
Block a user