helpful-church-28990
08/07/2023, 12:09 PMcron_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 matterhelpful-church-28990
08/07/2023, 12:10 PMflytectl get launchplan -p flytesnacks -d development
-------------------------- --------------------------- ------------- -----------------------------
| VERSION | NAME | TYPE | CREATEDAT |
-------------------------- --------------------------- ------------- -----------------------------
| -yA0Akza5JoGWSlRcQkGkg== | example.training_workflow | LAUNCH_PLAN | 2023-08-07T113459.395539Z |
-------------------------- --------------------------- ------------- -----------------------------
1 rowsthankful-minister-83577
flytectl update launchplan --help