Hi!
How is "late" defined? Say I have the flow run concurrency set to 3 and a 4th flow comes in, would it be marked as late?
✅ 1
m
Mason Menges
08/28/2024, 3:05 PM
Late is effectively any scheduled run that did not run, within a predetermined threshold, at it's start time, so in the example above yes the run would be considered late if the concurrency slots did not free up in time for the 4th run to execute.
👍 1
p
Punit Solanki
08/28/2024, 3:08 PM
Thanks Mason.
What is the default threshold? How much time are we looking at when you say "did not free up in time"?
m
Mason Menges
08/28/2024, 3:11 PM
It should be 15 seconds, that's the default that gets specified for server and I believe what we use in cloud as well.