Hey folks :slightly_smiling_face: With Prefect 0.1...
# ask-community
a
Hey folks 🙂 With Prefect 0.15.6 we are experiencing a (weird?) behaviour, which we didn’t have before. We have a flow, with no schedule defined. When we register the flow, Prefect activate the schedule. As a result, we see this in the Prefect UI
Is this a known issue?
k
It is known yep and is only a warning on Flows with no schedules.
This is a result of a batched registration where bigger flows needed to be batched up as they get registered to get through the API.
a
Do you have plan to improve/fix this behaviour? Should I open an issue on Github?
k
Is this on Server for you?
a
Yep
k
Yeah I think this is known though but I don’t know the details
a
Ok thanks. Please let me know if you want me to open an issue on GH
a
@ale perhaps you could add this flag during registration?
Copy code
flow.register(set_schedule_active=False)
upvote 1
a
Hey @Anna Geller thanks for the suggestion! I think this is the way to go 👍