Skip to content
1 min read · 162 words

Interface: LuaCellStatus

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

Inspectable runtime status of a Lua cell instance: which enforcement layers are live and which were probed away at construction. Exposed for diagnostics and for tests that need to assert the guarantee without triggering a runaway script.

Properties

PropertyModifierTypeDescriptionDefined in
guaranteereadonlyLuaCellGuaranteeThe enforcement guarantee actually being delivered.src/batteries/orchestration/cells/lua/index.ts:243
instructionLimitreadonlynumber | nullThe instruction budget the count hook enforces, if the hook is live; else null.src/batteries/orchestration/cells/lua/index.ts:245
memoryCeilingBytesreadonlynumber | nullThe memory ceiling the allocator cap enforces, if the cap is live; else null.src/batteries/orchestration/cells/lua/index.ts:247
timeoutMsreadonlynumberThe wall-clock timeout the watchdog enforces. Always live.src/batteries/orchestration/cells/lua/index.ts:249