Cron expressions
Planasonix accepts standard five-field cron strings (minute, hour, day of month, month, day of week) unless your deployment documents extended syntax. Examples:- High frequency
- Daily and weekly
- Month-end
Sub-hourly schedules suit streaming backfill or small incremental jobs. Watch warehouse spend and API quotas.
Timezone support
Attach a time zone (IANA name such asAmerica/New_York) so daylight saving shifts match local business expectations. Without an explicit zone, schedules may interpret times in UTC and shift relative to local operators.
Schedule management
1
Open the pipeline
Navigate to Orchestration → Schedules on the pipeline (or workspace schedules list, depending on UI layout).
2
Create a schedule
Enter cron, time zone, and concurrency policy (skip, queue, or allow parallel when supported).
3
Set notifications
Choose who receives failure notices via Notifications defaults or pipeline-specific routes.
4
Enable
Toggle the schedule active only after a successful test run on representative data volumes.
Overlaps and catch-up
If a run exceeds the interval before the next firing, decide whether the platform should queue another run, coalesce into one, or skip to avoid backlog storms. Document the policy for on-call engineers.Related topics
Triggers
Event-based alternatives to fixed cron.
Pipeline chaining
Chain downstream work after scheduled loads.