Can I have a complex schedule that runs the same f...
# ask-community
l
Can I have a complex schedule that runs the same flow at the same time with different parameters?
k
You can check this
l
Cool - they will run concurrently with this schedule?
k
With an agent yep, just dont do more than 10 concurrent runs. That is the limit (of the scheduler)
👍 1
l
Just to confirm, you mean no more than 10 concurrent schedules for 1 flow, or is there a 10 concurrent run limit globally?
k
So the scheduler runs every 1.5 or 2 mins and scheduled the next 10 flows so if you have 13 concurrent, 3 will get lost
l
Just for that 1 flow
In other words, I can have
n
other flows that run at say 7pm EST, and this other flow that kicks off 10 runs at 7pm with no issue
k
Yes exactly the 10 future flow runs schedules is on a per flow basis
🙌 1