On Feb 3rd, 2026, customers using the Feature Flags module in the production environment (Prod2) observed delays in seeing their updates reflected in the user interface. The issue was caused by lag in a database read replica, which resulted in stale data being served for read operations. The issue was identified, mitigated, and fully resolved.
During the incident window:
There was no data loss, and write operations continued to be processed successfully. The impact was limited to delayed visibility of updates and temporary confusion regarding the status of recent changes. Overall service availability was slightly degraded during the incident.
Feature Flags Classic relies on a primary database for write operations and read replicas for read operations. During the incident, a long-running database query caused a read replica to fall significantly behind the primary database.
As a result, while customer updates were successfully written to the primary database, reads served from the lagging replica returned outdated data. Because replication lag alerts were not enabled at the time, the issue was not detected immediately through automated monitoring.
As immediate mitigation steps:
These actions restored data consistency between the primary and replica databases and resolved the customer-facing impact.
To reduce the risk of recurrence and improve detection, the following actions are being implemented: