<@U06RKAMK0UC> in flyte 2.0, is there built-in sup...
# ask-ai
p
@ancient-wolf-19325 in flyte 2.0, is there built-in support for scheduling tasks?
a
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.
p
@ancient-wolf-19325 i asked specifically about flyte 2.0, where LaunchPlans are no longer used. do you have context to answer questions about flyte 2?
a
Based on the provided data sources, there is no explicit documentation or reference to Flyte 2.0 or a version of Flyte where LaunchPlans are no longer used. All available documentation and examples reference LaunchPlans as the mechanism for scheduling workflows, and there is no mention of a new scheduling paradigm or the deprecation of LaunchPlans in the current sources. Would you like more detail on the current scheduling mechanisms in Flyte, or are you looking for information on upcoming or unreleased features? Sources: - https://github.com/flyteorg/flyte/issues/221 - https://github.com/flyteorg/flyte/issues/462 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
f
@bulky-gold-93144 how can we get runllm to see Flyte 2 docs
👍 1
a
just added the data source