Hello - I would like to understand how scheduler works for the flow
Lets say workflow is scheduled to trigger every 10mins i.e, T0, T10, T20, T30 etc... if the workflow that was triggered at T0 is executing (say processing large amounts of data) then what happens at T20?
1. Will prefect trigger the workflow again i.e, two workflow are inflight now or will skip the T20?
2. If it skips T20 then when will it try to trigger again? At T30, T40 etc or immediately after the first execution is complete?