Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / OnBudgetExceed
Type Alias: OnBudgetExceed
ts
type OnBudgetExceed = "pause" | "log" | "throw";Defined in: packages/memory/src/consolidator/types.ts:75
Behaviour applied by the budget enforcer when a ceiling is hit mid-run. 'pause' is the conservative default — the consolidator skips subsequent runs until the next budget reset; 'log' keeps running with a WARN; 'throw' raises a typed BudgetExceededError.