Skip to content

Commit

Permalink
docs: edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrenon committed Feb 12, 2025
1 parent be67105 commit 994968e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/introduction/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's a summary of how different storage components handle and recover from fai

## Compute failover

Our serverless architecture manages compute failures through rapid recovery and automatic traffic redirection, without the need to maintain idle standby replicas. Because compute instances are stateless, failures don't affect your data, and your connection string remains stable. The system typically resolves issues within seconds to minutes, depending on the type of failure. However, your application should be configured to handle brief disconnections and reconnect automatically.
Our serverless architecture manages compute failures through rapid recovery and automatic traffic redirection, without the need to maintain idle standby replicas. Because compute instances are stateless, failures don't affect your data, and your connection string remains unchanged. The system typically resolves issues within seconds to minutes, depending on the type of failure. However, your application should be configured to handle brief disconnections and reconnect automatically.

### Compute endpoints as metadata

Expand All @@ -81,7 +81,7 @@ If a compute endpoint becomes unhealthy or unresponsive, we will automatically d

#### Node failures

Kubernetes nodes are the underlying infrastructure hosting multiple compute instances. When a node becomes unavailable, Neon automatically reschedules compute instances to other healthy nodes, a process that typically takes about 2 minutes. While your data remains safe during this process, compute availability will be impacted until rescheduling is complete.
Kubernetes nodes are the underlying infrastructure hosting multiple compute instances. When a node becomes unavailable, Neon automatically reschedules compute instances to other healthy nodes, a process that typically takes about 2 minutes. While your data remains safe during this process, compute availability will be temporarily affected until rescheduling is complete.

#### Availability Zone failures

Expand Down

0 comments on commit 994968e

Please sign in to comment.