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/guide/scheduling-tasks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You can check list of available schedule sources in the [Available schedule sour
55
55
56
56
::: tip Cool tip!
57
57
58
-
To use cron functionality, you must include **LabelScheduleSource**even if you use a different source (for example, **ListRedisScheduleSource**).
58
+
To specify schedules (cron or time-based) in the labels of a task definition, you must include **LabelScheduleSource**along with any other sources you use (e.g., **ListRedisScheduleSource**).
0 commit comments