update node health section

This commit is contained in:
Sasha 2024-07-02 11:17:17 +02:00
parent 9a4bb3dc8c
commit c23dfe95f5
No known key found for this signature in database
1 changed files with 6 additions and 4 deletions

View File

@ -28,12 +28,14 @@ Such use cases can be: recovery from offline state, decrease rate of missed mess
### Node health ### Node health
As a useful metric to define and implement for determining quality of provided service by a node: Metric meant to determine how reliable light node is:
- unhealthy - no peer connections are available regardless of protocol; - unhealthy - no connections to service nodes are available regardless of protocol;
- minimally healthy: - minimally healthy:
- Filter and LightPush clients has one per each peer connection available; - Filter has one service node connection;
- LightPush protocol has one service node connection;
- sufficiently healthy: - sufficiently healthy:
- more than 1 connection in Filter and at least 2 connections available in LightPush; - Filter has at least 2 connections available to service nodes;
- LightPush has at least 2 connections available to service nodes;
### Peers and connection management ### Peers and connection management