Hi, I'd like to build a schedule, which runs on ev...
# ask-community
k
Hi, I'd like to build a schedule, which runs on every other friday. Cron does not support this innately, is there any workaround for this in dagster? Prefect supports rrule for scheduling, so I was able to make it work using that, so maybe support for rrule in dagster would be great as well
c
Yea Dagster schedules are based off of cron, so if you can't represent it as a cron string, then you can't execute on that cadence in dagster 😕 Reasonable request though for using rrule: made this issue to track