https://prefect.io logo
l

Low Kim Hoe

08/21/2022, 11:54 AM
Hi All, new to Prefect. I found that we can put the schedule parameter under prefect.deployments in Python API May I ask what kind of schedule we can put? Thanks.
1
a

Anna Geller

08/21/2022, 12:34 PM
Cron, Interval and RRule:
Copy code
from prefect.orion.schemas.schedules import CronSchedule, IntervalSchedule, RRuleSchedule
🤩 1
l

Low Kim Hoe

08/21/2022, 12:43 PM
Got it. Thanks for reply Anna!
🙌 1