Neil Natarajan
08/19/2022, 4:43 PMschedule = IntervalSchedule(interval=timedelta(seconds=30))
with Flow("workflow", schedule=schedule) as workflow:
Is there a way to run a flow on an interval schedule using the DaskTaskRunner
in prefect 2.0Clint M
08/19/2022, 4:54 PMprefect deployment build --interval 30