You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Would be great if nodes can forget about peers they can't connect to."
Solution
Implement some marking for such peers and prevent them from being dialed for some time.
We shouldn't block them forever as dialing can fail due to capacity of websocket connections nwaku can support (~300 now).
Handle edge case when there are only un-dialable nodes present.
Additionally add telemetry to https://lab.waku.org/dogfooding to measure dial failures and root causes.
Do additional dogfooding after that.
The text was updated successfully, but these errors were encountered:
Statement
Received from feedback: https://github.com/waku-org/support/issues/2
Solution
Implement some marking for such peers and prevent them from being dialed for some time.
We shouldn't block them forever as dialing can fail due to capacity of websocket connections nwaku can support (~300 now).
Handle edge case when there are only un-dialable nodes present.
Additionally add telemetry to https://lab.waku.org/dogfooding to measure dial failures and root causes.
Do additional dogfooding after that.
The text was updated successfully, but these errors were encountered: