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
We should be able to see when nodes think they are online, and when they are actually converged with other online users.
Proposed solution:
Every client sends heartbeat orbitdb entry to community when it comes online, and every n seconds after that.
Heartbeat messages include head, and possibly other data e.g. which peers are connected.
This data does not need to display in the UI but we can export it somehow and see it.
We also might want some intermediate data on their process for converging, e.g. attempted connections, heads exchanged, replication, etc., but this might not be necessary.
The text was updated successfully, but these errors were encountered:
We should be able to see when nodes think they are online, and when they are actually converged with other online users.
Proposed solution:
We also might want some intermediate data on their process for converging, e.g. attempted connections, heads exchanged, replication, etc., but this might not be necessary.
The text was updated successfully, but these errors were encountered: