For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scheduler

What is Scheduler?

Scheduler allows you to schedule a time for your workflow to begin. You can choose from these options:

Schedule...
Description

Hourly

Workflow runs every hour.

Daily

Workflow runs everyday at a specific hour, set by you.

Weekly

Workflow runs every week on a specific day and hour, set by you.

Monthly

Workflow runs every month on a specific day and hour, set by you.

All schedules run in Singapore Standard Time (SGT, UTC+8).

Sub-hourly (e.g. every 15 minutes), quarterly, and yearly frequencies are not supported.

Quarterly workaround: Run the Scheduler monthly, then add an "Only continue if" step that checks whether the current month contains 3, 6, 9, or 12. The pipe will only proceed in those months, effectively running quarterly.

Scheduler is not designed for uptime or health monitoring. Hourly is the most frequent interval available, which isn't reliable enough for monitoring purposes. Use a dedicated monitoring tool like Datadog or Better Uptime instead.

Schedule hourly/daily/weekly/monhtly

Field
Description
Required?

Trigger on weekends?

Sets your preference on whether the workflow should run on weekends (Saturday and Sunday).

✔️

Time of day

Sets the specific time of the day that the workflow will run.

✔️

Day of the week

Sets the day of the week (Monday - Sunday) that the workflow will run.

✔️

Day of the month

Sets the specific day in a month that the workflow will fun.

✔️

Check step

Check step will tell you the date and time when the pipe will next run.

Last updated