Skip to main content

Data Engineering

New

Schedule Notebooks & Pipelines via CRON expression

Vote (2) Share
Martin Bode's profile image

Martin Bode on 23 Feb 2024 07:28:10

Scheduling capabilities for Notebooks and Pipelines are currently (2024-02) quite limited.

I'd appreciate if CRON expressions were supportet to define a schedule.

Examples:

  • `*/15 * * * *` → run every 15 minutes
  • `30 4 * * 0` → run weekly on sunday at 4:30 am
  • `15 2 1 * *` → run monthly on the first at 2:15 am

https://crontab.guru/examples.html