Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/triggers / / TriggerOptions
Interface: TriggerOptions
Defined in: packages/triggers/src/index.ts:34
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
acknowledgeLibMode? | readonly | boolean | Suppress 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? | readonly | CatchupPolicy | - | packages/triggers/src/index.ts:35 |
catchupWindowMs? | readonly | number | How 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? | readonly | number | - | packages/triggers/src/index.ts:36 |
tags? | readonly | readonly string[] | - | packages/triggers/src/index.ts:45 |