Skip to main content

Module state

Module state 

Source
Expand description

Persisted SLA history: last-success timestamp + rolling volume baseline.

Stored in the pipeline’s StateStore under {base_state_key}::__sla__ (mirroring the {name}::__replication__ reserved-suffix convention), so the history rides whatever durability the user configured for bookmarks.

Structs§

SlaState
Rolling SLA history for one root invocation.

Constants§

SLA_STATE_SUFFIX
Reserved suffix appended to the invocation’s state key.

Functions§

sla_state_key
The SLA-history key for one invocation: {base}::__sla__.