Hi everyone — are flow schedules preserved across flow versions ?
The idea is to not assign a schedule to the flow on creation, but to assign it a schedule using the prefect API independently — but I’m wondering if we re-register the flow we would also lose the manually set schedule
k
Kevin Kho
04/26/2022, 4:10 PM
If they are set in the UI, yes because it’s on the flow group level
b
Bruno Murino
04/26/2022, 4:11 PM
can we set the schedule at the flow group level using the API ?