https://prefect.io logo
Title
v

Vadym Dytyniak

11/01/2022, 10:28 AM
Hi. How many scheduled flow runs I should see in the UI and how to see RRule schedule? I just see 'Every year' on Deployment tab.
c

Christopher Boyd

11/03/2022, 2:29 PM
Hi Vadym, By default, the
Scheduler
service visits deployments on a 60-second loop and attempts to create up to 100 scheduled flow runs up to 100 days in the future. These defaults can be shown with the terminal command `prefect config view --show-defaults`:
v

Vadym Dytyniak

11/03/2022, 2:49 PM
Thanks, do you know probably why for RRuleSchedule I see 'Every year' instead of RRule?
c

Christopher Boyd

11/03/2022, 2:57 PM
Ill need to review the scheduler code, I don’t really have a guess on this one
v

Vadym Dytyniak

11/03/2022, 3:15 PM
rrule I use: RDATE:20220103T060000Z,20220104T060000Z,20220105T060000Z,20220106T060000Z,20220107T060000Z