Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 426 Bytes

schedule.md

File metadata and controls

15 lines (11 loc) · 426 Bytes

Schedule pipelines to run periodically

You can schedule your pipeline to run on these intervals:

  • Once
  • Hourly
  • Weekly
  • Monthly
  • Custom schedule using CRON Expression
  • Every minute using CRON expression: * * * * *
  • Streaming pipeline: coming soon

Learn more about how to schedule pipelines.