Multiple Scheduled Jobs at the Same Time?

Multiple Scheduled Jobs at the Same Time?

Comments

  • Will a Scheduled Job continue to run if its previous iteration has not yet completed?

    For example, I have a Scheduled Job that takes 10 minutes to complete. I have the Job configured to run every 5 minutes. Will this continue to run as scheduled, even if the previous flow is incomplete?

  • Hello!

    Scheduled Jobs will run as scheduled, even if a previous iteration is still actively running. So in your case, even if a job takes 10 minutes to run, the job scheduled to run in 5 minutes will still run on time.

    To test this, I set up a flow and used a Pause Flow step set to 30 seconds. I then set up a Scheduled Job using this flow, with the Scheduled Job set to run every 10 seconds. I observed the behavior and determined, based on the Scheduled Job report updates, as well as viewing the flows in the Event Viewer, that the job was indeed running.

    Hope this information helps!

    -Ethan

Sign In or Register to comment.