Hi! How is "late" defined? Say I have the flow ru...
# pacc-aug-28-29-2024
p
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
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
Thanks Mason. What is the default threshold? How much time are we looking at when you say "did not free up in time"?
m
It should be 15 seconds, that's the default that gets specified for server and I believe what we use in cloud as well.
p
Great! Thanks Mason
m
No problem 😄