What happens when the execution time of a custom job is more than the invocation interval ?
For example : If I have a job that is scheduled to run every minute but it takes around 5 minutes to complete a single run. What will happen ?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
When the job completes, the content server calculates the next invocation time/date. When this time passes, the job launches again. The content server does NOT launch separate job instance at every min even if you configure it to run every min.
Thanks Johnny for the reply and answering my question.