I noticed after upgrading to prefect 0.15.5 that t...
# ask-community
k
I noticed after upgrading to prefect 0.15.5 that the argument
set_schedule_active
is now defaulted to
True
(use to be
False
i believe) which causes a warning if you register your flow without a schedule in the prefect UI. I was wondering if this was intended as I didn't see anything about this change in the release notes.
z
Nor does the batch registration PR look to touch the call here to
register
https://github.com/PrefectHQ/prefect/pull/4930/files
k
So that’s related to this PR where flows with no schedules will have their scheduled turned on but we’ll be addressing this in the backend of Prefect Cloud.
k
Got it, thanks @Kevin Kho and @Zanie
j
Also noticed this on prefect server!