recall

← recall

config drift term

environments slowly diverge over time as people make ad-hoc changes

Prod has a setting staging doesn't. The 'works in staging, breaks in prod' classic. Fix: infrastructure as code, prevent direct edits, drift detection.

topics: failure-modes, operations