Skip to main content

Module idempotency

Module idempotency 

Source
Expand description

Idempotency stores used by runtime controller command deduplication.

Structs§

FileIdempotencyStore
Append-oriented local idempotency store with atomic compaction.
IdempotencyRecord
A stored idempotency execution record.
InMemoryIdempotencyStore
Process-local idempotency store.

Enums§

IdempotencyStatus
Status of an idempotency execution.

Constants§

IDEMPOTENCY_FORMAT_V1
Stable on-disk format marker for the file idempotency store.

Traits§

IdempotencyStore
Durable or process-local idempotency record boundary.