Skip to content

Commit 217e156

Browse files
committed
feat(dns): implement max 24 hour data loss
1 parent 7e1b2b2 commit 217e156

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dns/docs/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The DNS service is integrated seamlessly with the broader CBWS ecosystem, making
1818

1919
* **Distributed & Redundant Cluster:** Your DNS zones are replicated across a distributed cluster, ensuring that if one node fails, others seamlessly pick up the query load without interruption.
2020
* **High Availability & Reliability:** Designed from the ground up to prevent single points of failure, ensuring your applications remain discoverable.
21-
* **Zero Data Loss (RPO):** Thanks to our synchronously replicated and highly redundant setup, our Recovery Point Objective (RPO) guarantees no loss of your DNS records and configurations.
21+
* **Minimal Data Loss (RPO)**: Thanks to our replicated and highly redundant setup, we strive for almost no data loss. In the unlikely worst-case scenario, our Recovery Point Objective (RPO) is a maximum of 24 hours, and any potential loss is strictly limited to DNS records and zone configurations.
2222
* **Rapid Recovery (RTO):** Our Recovery Time Objective (RTO) is strictly aligned with our 99.9% uptime guarantee, ensuring any service restoration happens within the allowed downtime window.
2323

2424
## Service Level Agreement (SLA)

dns/docs/sla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document outlines the Service Level Agreement (SLA) specific to the CBWS ma
1212

1313
## Recovery Objectives
1414

15-
* **Recovery Point Objective (RPO):** Due to the heavily redundant, distributed nature of our DNS cluster setup, our RPO is zero data loss. Your DNS zone data and records are safely replicated across the cluster.
15+
* **Recovery Point Objective (RPO):** Due to the heavily redundant, distributed nature of our DNS cluster setup, our RPO is designed to ensure almost no data loss under normal operating conditions. In a worst-case disaster scenario, the maximum potential data loss is up to 24 hours, and this is exclusively restricted to DNS records.
1616
* **Recovery Time Objective (RTO):** Our RTO is strictly based on maintaining our 99.9% uptime commitment, meaning total permitted downtime for recovery operations will not exceed approximately 43.8 minutes in a standard 30-day billing month.
1717

1818
## Downtime Measurement

0 commit comments

Comments
 (0)