Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/proactive / / ProactiveCronSchedule

Interface: ProactiveCronSchedule

Defined in: packages/proactive/src/cron-task.ts:58

When the task fires. C4 harness fields pass through.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
cronreadonlystring5-field cron expression.packages/proactive/src/cron-task.ts:60
expiresAt?readonlystring | numberAuto-pause instant (C4).packages/proactive/src/cron-task.ts:66
jitterMs?readonlynumberDeterministic per-id jitter (C4).packages/proactive/src/cron-task.ts:64
timezone?readonlystringIANA timezone for the expression (W-124).packages/proactive/src/cron-task.ts:62