-
Notifications
You must be signed in to change notification settings - Fork 2.3k
healthcheck: make sure chain backend has enough outbound peers #8487
Copy link
Copy link
Closed
Labels
P3might get fixed, nice to havemight get fixed, nice to havebeginnerIssues suitable for new developersIssues suitable for new developerschain handlingenhancementImprovements to existing features / behaviourImprovements to existing features / behaviourgood first issueIssues suitable for first time contributors to LNDIssues suitable for first time contributors to LNDhealthchecksecurityGeneral label for issues/PRs related to the security of the softwareGeneral label for issues/PRs related to the security of the software
Metadata
Metadata
Assignees
Labels
P3might get fixed, nice to havemight get fixed, nice to havebeginnerIssues suitable for new developersIssues suitable for new developerschain handlingenhancementImprovements to existing features / behaviourImprovements to existing features / behaviourgood first issueIssues suitable for first time contributors to LNDIssues suitable for first time contributors to LNDhealthchecksecurityGeneral label for issues/PRs related to the security of the softwareGeneral label for issues/PRs related to the security of the software
Resulted from a discussion in #8418, we should have a health check on the number of outbound peers to make sure
bitcoindmaintains a healthy connection to the network, which is straight forward,GetPeerInfoto get the peers info and count the outbounds.lnd?