Summary
The Guardian must not lose user state in the event of a crash. There should be an industry-standard approach to ensure durability (e.g., WAL, transactional writes, database replication, regular snapshots).
Requirements
- Investigate the current crash recovery behavior
- If state persistence guarantees already exist, document them clearly for operators
- If gaps exist, implement an industry-standard solution
- Consider database replication or regular snapshots as part of the strategy
- Document the recovery process for operators
Summary
The Guardian must not lose user state in the event of a crash. There should be an industry-standard approach to ensure durability (e.g., WAL, transactional writes, database replication, regular snapshots).
Requirements