Yes, Flyte has built-in support for scheduling workflows (and thus tasks within them) using its native scheduler. You can schedule workflows via Launch Plans with cron or fixed-rate intervals, and the scheduler is included by default in Flyte installations, supporting generic cron expressions and fixed-rate schedules. However, Flyte does not support scheduling individual tasks directly—scheduling is always done at the workflow (Launch Plan) level, not for standalone tasks. This is consistent with Flyte's design, where tasks are executed as part of workflows, not independently scheduled entities. See
Flyte Schedules documentation and
Flyte Platform Overview.
Would you like more detail on how to configure and activate schedules in Flyte?
Sources:
-
Flyte Schedules documentation
-
Flyte Platform Overview 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.