I have a flow that runs every 15 min. It's idempotent and if one run does not happen as scheduled, nothing bad happens. Also, there is not need to execute late flow runs.
Is it possible to configure the flow/deployment so that if there is a bunch of late flow runs queued, it runs only one or skips all the late runs?