Skip to main content

Failover

Automatically switching to a standby resource when the primary stops responding, so a failure degrades service instead of ending it.

Failover is only as good as its detection: switching too eagerly causes flapping, too slowly and users see the outage anyway. For blockchain access it usually means routing around an unhealthy node, which is invisible to the application when it works.

See also