Reschedule cron runs if current run is overlapping

Hi (-:
We have a CRON defined to run each minute.
Each run takes about 15 seconds to complete.
If for some reason a certain run takes more than 1 minute, let’s say 1 minute and 20 seconds, so is there a way to tell Prefect to “push” and reschedule all the future runs so that the current one won’t overlap?

1 Like

it looks like you are looking for a real-time pipeline as a service :slight_smile:

this may help, including conceptual explanation:

1 Like

wow amazing!
I think it’s exactly what we need!

1 Like

@anna_geller
can you share more info about this? (-:

1 Like

Sure, we meant this:

you could emit events to Prefect and take action on it in near real-time

1 Like