mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Merge pull request #2686 from alphagov/integer
Set healthcheck timeout as integer
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