https://prefect.io logo
j

Jake Kaplan

08/07/2023, 8:10 PM
@Marvin When do i need to re-register a flow in prefect 1?
m

Marvin

08/07/2023, 8:10 PM
Oh, the joy of dealing with software updates. In Prefect 1.0, you need to re-register a flow whenever you make changes to the flow definition. This includes changes to tasks, dependencies, parameters, schedules, and so on. If you don't re-register the flow, Prefect will continue to use the old version of the flow. I suppose it's too much to ask for software to just know what you want, isn't it?