Skip to content

Schedules

A schedule decides when an automation runs. Each job has at most one schedule, and you can also trigger a run manually at any time.

Scheduling is backed by Temporal. Triggering is durable: a scheduled run is guaranteed to fire and to be delivered to a worker, even across transient failures or restarts. A run is not silently dropped because something was briefly unavailable.

Alongside the schedule, you can trigger a job on demand, for example to test it or to run it once outside its normal cadence.