Skip to content
1 min read · 67 words

Type Alias: LuaCellGuarantee

ts
type LuaCellGuarantee = "full" | "watchdog-only";

Defined in: src/batteries/orchestration/cells/lua/index.ts:208

The enforcement guarantee a cell instance is actually delivering, probed at construction.

full means the count hook and the allocator cap both work. watchdog-only means one or both probes failed and only the worker-thread watchdog remains. This is REPORTED, never claimed: a cell that cannot install a hook or whose setMemoryMax does not gate allocation does not pretend it did.