diff --git a/docs/guide/scheduling-tasks.md b/docs/guide/scheduling-tasks.md index 1d9b305a..4901089c 100644 --- a/docs/guide/scheduling-tasks.md +++ b/docs/guide/scheduling-tasks.md @@ -53,6 +53,12 @@ The scheduler doesn't execute tasks. It only sends them. You can check list of available schedule sources in the [Available schedule sources](../available-components/schedule-sources.md) section. +::: tip Cool tip! + +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**). + +::: + ## Multiple sources Sometimes you may want to use multiple sources to assemble a schedule for tasks. The `TaskiqScheduler` can do so.