You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tasks/scheduled.mdx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ title: "Scheduled tasks (cron)"
3
3
description: "A task that is triggered on a recurring schedule using cron syntax."
4
4
---
5
5
6
+
<Note>Scheduled tasks are only for recurring tasks. If you want to trigger a one-off task at a future time, you should [use the delay option](/triggering#delay).</Note>
7
+
6
8
## Defining a scheduled task
7
9
8
10
This task will run when any of the attached schedules trigger. They have a predefined payload with some useful properties:
0 commit comments