Scheduled Job Order

Looking for a way to set a scheduled job to run after the end of the last scheduled job has completed. We have a job that runs every minute and only want the next job to run once the previous job has been run.

Comments

  • That is the default way that the scheduled job queue will work. You can rename the thread queue in which the order of schedule jobs will complete in sequence for that queue but by default the next job will not start until the previous has completed.

    Under Scheduled Jobs in system settings you can see the different queues you have available and the way they will run:



Sign In or Register to comment.