Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/proactive / / ProactiveCronSchedule

Interface: ProactiveCronSchedule

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

Stable

When the task fires. Scheduler harness fields pass through.

Properties

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