Health Check of the 'indexservice' Service
The 'indexservice' service regularly checks whether the 'messagingservice' service is sending messages. If no messages are sent over a time period, the 'indexservice' service terminates.
The check itself as well as the time periods for it are carried out according to the following default values:
healthcheck:
messaging:
enabled: true
tolerancePeriod: 5m
sendPeriod: 60s
checkPeriod: 60s
startDelay: 5m
Changing values via the index-prod.yml configuration file located in the <service-manager>\config\ directory.
Parameter | Value |
---|---|
enabled | true: Check activated |
tolerancePeriod | Time period without messages after which the service terminates. |
sendPeriod | Time period after which an internal message is sent. |
checkPeriod | Time period after which the receipt of messages is checked. |
startDelay | Time period after which the receipt of messages is checked for the first time. |
The 'indexservice' service must be restarted after changes have been made.