Schedules run pipelines automatically using cron expressions. You define when a run should start, in which time zone legal and business cutoffs are evaluated, and how overlaps are handled when a previous run is still executing.Documentation Index
Fetch the complete documentation index at: https://docs.planasonix.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Open the pipeline
Navigate to Orchestration → Schedules on the pipeline (or workspace schedules list, depending on UI layout).
Create a schedule
Enter cron, time zone, and concurrency policy (skip, queue, or allow parallel when supported).
Set notifications
Choose who receives failure notices via Notifications defaults or pipeline-specific routes.
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.