Hey community, is there any plan in the future to ...
# flyte-support
q
Hey community, is there any plan in the future to allow the activation of multiple versions of a Launch Plan at the same time?
s
Hi there - would you mind explaining the use case a bit more? You can attach multiple launch plans to the same workflow, and one version of each can be active. Is this sufficient?
q
That was my first thought also on how to approach the solution. We plan on having multiple models deployed, which each require their own timeseries features which we would generate periodically through a LaunchPlan with a schedule. My first thought was to have a schedule for each version of the LP, but it seems I need a separate LP for each model
Note that it would be different versions of the same model that are deployed at the same time, one would be the main model and the other a shadow
f
@quiet-evening-69124 this can be done today
you can enable multiple launchplans at the same time, but for each named version you can only have ne
so in your case, i would just create multiple launchplans
q
Okay, sounds good, thanks. Creating a launch plan for each model seems to be the best option
f
yes you can also create launchplans directly from the API
ideally it should be in the cli, we should add it
it does not need to be in the code, but code keeps it clean and easy to follow