Hey :wave: Is there a way to add a cron schedule ...
# flyte-support
f
Hey 👋 Is there a way to add a cron schedule to an already registered launchplan? Bc. I'm currently using
pyflyte package
together with
flytectl register
to register workflows / launchplans. Those cli commands seem to lack the options of adding schedules. I'd like to avoid registering programmatically. Thanks in advance 🙏
a
I think the current options to set schedules are at the LaunchPlan level and not exposed in the CLI
f
Thanks for getting back to me! I restructured my code and made it work using the
remote.register_XYZ(..)
options. 🙂