Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/triggers / / TriggerOptions

Interface: TriggerOptions

Defined in: packages/triggers/src/index.ts:34

Stable

Properties

PropertyModifierTypeDescriptionDefined in
acknowledgeLibMode?readonlybooleanSuppress the one-time per-process library-mode WARN. Library callers acknowledging that triggers fire only as long as the process lives pass true here.packages/triggers/src/index.ts:51
catchupPolicy?readonlyCatchupPolicy-packages/triggers/src/index.ts:35
catchupWindowMs?readonlynumberHow far back (from the last successful fire) misses are honored. Catch-up counts REAL missed fires (RP-12), so the window must exceed the trigger period - a 24h window can never catch up a daily cron whose boundary is itself 24h after the last fire. Default 24h.packages/triggers/src/index.ts:44
maxCatchupRuns?readonlynumber-packages/triggers/src/index.ts:36
tags?readonlyreadonly string[]-packages/triggers/src/index.ts:45