I archived my launch plans with `flytectl update l...
# announcements
r
I archived my launch plans with
flytectl update launchplan -p flytesnacks -d development <launch plan name> --version <launch plan version> --archive
There's a success message "updated launchplan successfully on <launch plan name>" and the Flyte console doesn't show anything under Schedules anymore but my workflow is still being executed every hour. Am I missing something or is this a bug?
p
is this cron or fixed rate schedule
r
fixed rate
it stopped doing that 12 hours ago, strange
p
strange. I will look more into this issue and try to repro
❤️ 1
r
some more info: i had a fixed-rate daily schedule first, archived that one, then activated the hourly schedule, then archived the hourly schedule (and then it still kept executing it hourly for a while)
p
Found the issue with fixed rate . I have sent it for review .I could repro it https://github.com/flyteorg/flyteadmin/pull/431
r
awesome, thank you!
175 Views