-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
I'm trying to figure out how to create a highly available node. My understanding at the time is following
- Full-node can be started in multiple instances and we can use some LB for balance and failover
- Validator - with tmkms we can have only one active validator to avoid double-sign. For multiple active validators we need to adapt horcrux
- Decentralized API - There can only be one active instance, and we should use custom scripts to synchronize SQLite database from the active instance to the standby one.
Am I right ? Is there some guide on this that I missed ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels