Hi!
I have some flows that run every hour according to a cron job. My question is whether it is possible to have one of the flows repeat again after 30 minutes (so essentially running that particular flow twice in the hour). I understand that I could use the scheduler in prefect, or just create a separate cron job that runs half-hourly, but I was wondering if there was a third option as well in prefect.
Thanks!