sergey-safarov opened a new issue, #5622: URL: https://github.com/apache/couchdb/issues/5622
## Summary It will be fine to define settings like > 1. internal_error_max_rate - example 0.001, which means if 0.1% of the requests failed with 5xx error code, then trigger healthcheck_fail. > 2. healthcheck_retry_timeout - example 600 seconds, how long to wait after the last internal error before returning "200 OK" for healthcheck. This will allow to remove the failed CouchDB node for the request distribution on load balancers like AWS ALB. Example when CouchDB health check returns "200 OK" when the node cannot pull a shard on the local filesystem https://github.com/apache/couchdb/issues/4790 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org