Hi,
I have a job scheduler configured to run after every 5 min. When it woke up first time, it picked a block of data to process that it is designed for. That task not yet completed but meanwhile 5 min over. What happens now?
- Will the jon scheduler stops processing remaining? OR
2)Job scheduler skips the next interval as it is already working?
3)When will it start again?
Please help me to understand this.
@ChandraPeddabudi Job scheduler runs on different concurrent batch jobs,
Suppose a job is scheduled to run in 5min intervals it will start one job and irrespective of the job completed or not if 5min passed another batch job will be started by the same job scheduler.
Only dependent factor is the node in which job scheduler is running and hope that node is healthy and the job scheduler configuration.
Hope this helps.
@Soham_Chanda1107 Thank you @Soham_Chanda1107