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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@ 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>
6
+
<Note>
7
+
Scheduled tasks are only for recurring tasks. If you want to trigger a one-off task at a future
8
+
time, you should [use the delay option](/triggering#delay).
0 commit comments