Hi all, I am a bit unsure of how should I deal with Late Runs (eg when my agent was down for some time and now just deploying flow runs one after another to catch up ignoring schedule).
It is a test scenario and tasks are small and don't change target state, but in real world I usually don't want to "catch up" - in ETL use case if I missed 5 hourly jobs, I would process those 5 hours of data at once rather than sending 5 separate jobs for execution.
Should I design flows which take care of this logic (eg it will still be 5 jobs, but last 4 will do nothing since I'll have checks in place) or there is another way to achieve this?