mirror of https://github.com/waku-org/specs.git
update node health section
This commit is contained in:
parent
9a4bb3dc8c
commit
c23dfe95f5
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue