Hi. How many scheduled flow runs I should see in t...
# prefect-ui
v
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
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
Thanks, do you know probably why for RRuleSchedule I see 'Every year' instead of RRule?
c
Ill need to review the scheduler code, I don’t really have a guess on this one
v
rrule I use: RDATE:20220103T060000Z,20220104T060000Z,20220105T060000Z,20220106T060000Z,20220107T060000Z