Reference · Glossary

Fault injection

Deliberately **breaking dependencies** in controlled tests to verify retries, fallbacks, and runbooks.

#When to use

Validating circuit breakers, graceful degradation, and on-call procedures before real outages.

#When not to

Random prod experiments without flags and rollback — use staging first.

#Example

Kill vector DB connectivity for 60s in staging; confirm readiness fails and keyword fallback serves.