https://prefect.io logo
Title
p

Pranit

08/26/2022, 12:06 PM
How to schedule flow in prefect 2.0 , 1.0 was so easy to use. 😛 ?
✅ 1
t

Taylor Curran

08/26/2022, 12:08 PM
Hi Pranit. You can add a schedule to any flow deployment. Check out this page for more information. You can easily configure schedules through the UI if desired.
p

Pranit

08/26/2022, 12:10 PM
I dont see anything on deployment page
t

Taylor Curran

08/26/2022, 12:11 PM
Yes you need to create a deployment first. You can follow the link there to see the docs on how to do this or you can check here: https://docs.prefect.io/concepts/deployments/#create-a-deployment-on-the-cli
A deployment is a way of registering flow meta-data with the Prefect API. Its required for orchestration and scheduling.
🙌 1