Reference · Glossary

Warm standby

A **pre-provisioned backup environment** kept ready (but not serving traffic) for fast failover.

#When to use

Low RTO requirements for chat APIs and RAG services in a second region.

#When not to

Cost-sensitive side projects — cold standby or rebuild may suffice.

#Example

Secondary region runs scaled-to-minimum pods; traffic shifts when primary readiness fails.