Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / ConsolidatorCatchupPolicy
Type Alias: ConsolidatorCatchupPolicy
ts
type ConsolidatorCatchupPolicy = "none" | "last" | "all";Defined in: packages/memory/src/consolidator/scheduler.ts:28
Catch-up policy applied when a trigger missed one or more fires while the scheduler was offline. Mirrors @graphorin/triggers's CatchupPolicy — duplicated here so the memory package stays import-free at the type level.