<@ULVA73B9P> can you give me an example on a inter...
# ask-marvin
t
@Marvin can you give me an example on a interval in a yaml file?
b
@Thaís Linzmaier prefect 2.X
Copy code
schedule:
    cron: "*/10 * * * *"
    timezone: UTC
prefect 3.X
Copy code
schedules:
    - type: Cron
      cron: "*/10 * * * *"
      timezone: "UTC"
      active: true
t
Hey, I need Interval, not cron