Hi We are trying to setup the Flyte Scheduler, but...
# flyte-support
h
Hi We are trying to setup the Flyte Scheduler, but when we have followed the steps provided in docs we are unable to find the launchplan.
Copy code
cron_lp_every_2_minute = LaunchPlan.get_or_create(
    name = "Test_LP_For_Checking",
    workflow = training_workflow,
    schedule = FixedRate(duration=timedelta(minutes=2)),
    fixed_inputs={"C": 0.1},
)
We have used the above code, but unable to find any. So could you guys please me on this matter
flytectl get launchplan -p flytesnacks -d development
-------------------------- --------------------------- ------------- ----------------------------- | VERSION | NAME | TYPE | CREATEDAT | -------------------------- --------------------------- ------------- ----------------------------- | -yA0Akza5JoGWSlRcQkGkg== | example.training_workflow | LAUNCH_PLAN | 2023-08-07T113459.395539Z | -------------------------- --------------------------- ------------- ----------------------------- 1 rows
t
you may need to activate it.
flytectl update launchplan --help