Acceptable
Read-Heavy SaaS API
3
violations
2
anti-patterns
Read-Heavy SaaS API is acceptable with governance concerns to address. Detected 3 governance policy match(es) and 2 anti-pattern match(es). Resilience is strong, operational burden is moderate.
Governance Violations
3Anti-Pattern Matches
2Resilience Assessment
strong
Blast radius: contained
87%
resilience score
Coupling Risks
- ·Pool saturation under traffic spikes shifts all load to primary, potentially cas
Consistency Risks
- ·Replication lag causes stale reads silently when replica is behind primary
Operational Burden
moderate
operational burden
51%
burden index
Complexity Drivers
- ⚙Cache stampede on Redis restart or flush: all cache misses hit the primary simul
- ⚙Replication lag causes stale reads silently when replica is behind primary
Observability Burden
- ◎postgresql: requires dedicated monitoring instrumentation
- ◎redis: requires dedicated monitoring instrumentation
Recovery Complexity
- ⟳2 risk propagation path(s) complicate failure recovery
Architecture Maturity
Required
GrowingEstimated
GrowingGap
No GapThe architecture's required maturity (growing) aligns with or is below the estimated team capability.
Referenced Intelligence
◈ cache invalidation◈ eventual consistency◈ replication lag◎ postgresql◎ redis