Skip to content

Commit 1c80a74

Browse files
authored
Added a note to scheduled task docs about the delay option.
1 parent 4c6f27e commit 1c80a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tasks/scheduled.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Scheduled tasks (cron)"
33
description: "A task that is triggered on a recurring schedule using cron syntax."
44
---
55

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+
68
## Defining a scheduled task
79

810
This task will run when any of the attached schedules trigger. They have a predefined payload with some useful properties:

0 commit comments

Comments
 (0)