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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
cron | readonly | string | 5-field cron expression. | packages/proactive/src/cron-task.ts:60 |
expiresAt? | readonly | string | number | Auto-pause instant (C4). | packages/proactive/src/cron-task.ts:66 |
jitterMs? | readonly | number | Deterministic per-id jitter (C4). | packages/proactive/src/cron-task.ts:64 |
timezone? | readonly | string | IANA timezone for the expression (W-124). | packages/proactive/src/cron-task.ts:62 |