Skip to main content

Module state

Module state 

Source
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
InstanceRecord
Lease
LockClaim
ReapAttempt
A recorded failed-reap attempt — surfaced in status/list until a successful teardown clears it (invariant 4).
Store

Enums§

InstanceStatus
ReapDecision
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.