Expand description
The state store (ARCHITECTURE.md §2).
Re-exports§
pub use error::StateError;
Modules§
- error
- State-store errors (codes in
fault::codes).
Structs§
- Checkpoint
- Instance
Record - Lease
- Lock
Claim - Reap
Attempt - A recorded failed-reap attempt — surfaced in
status/listuntil a successful teardown clears it (invariant 4). - Store
Enums§
- Instance
Status - Reap
Decision - What the reaper should do with one instance this tick.
Constants§
- TOMBSTONE_
GC_ WINDOW - The 7-day tombstone GC window (D14): logs/status keep answering until it expires, then the reaper deletes the row and the logs dir.