Hi All, new to Prefect. I found that we can put th...
# prefect-community
l
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
Cron, Interval and RRule:
Copy code
from prefect.orion.schemas.schedules import CronSchedule, IntervalSchedule, RRuleSchedule
🤩 1
l
Got it. Thanks for reply Anna!
🙌 1