How we schedule flows to run at specific time in prefect 2.0? previously I have used flow.schedule(...
k
How we schedule flows to run at specific time in prefect 2.0? previously I have used flow.schedule()
a
You can attach a schedule to a deployment from the UI or CLI, you can check the scheduling documentation, there are several examples there
👍 1