Skip to content

HA infrastructure #776

Closed @Laboltus opened 2026-02-18 09:41 UTC 1 comment Updated 2026-03-03 23:52 UTC

I'm trying to figure out how to create a highly available node. My understanding at the time is following 1. Full-node can be started in multiple instances and we can use some LB for balance and failover 2. Validator - with tmkms we can have only one active validator to avoid double-sign. For multiple active validators we need to adapt horcrux 3. 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 ?


💬 Comments (1)

@blizko commented 2026-03-03 08:44 UTC

This topic is raised as discussion https://github.com/gonka-ai/gonka/discussions/837


🔄 Auto-synced from Issue #776 every hour.