Additional note: Jobs are inserted into queues according to their priority. If you have jobs with low or normal priority and you also have other jobs with higher priority assigned to the same queue and running frequently, those higher priority jobs keep getting into the queue in front of low priority jobs and not letting them to run. You should monitor job queues if you want to get an idea how your jobs run. Use different queues for different group of jobs. It is also a good idea to use different queues for frequently running jobs and all other jobs. : The problem is not in the queue size, but in the queue usage. After 24x7 : found the file it submited the job to the assigned queue where the job is : still waiting for the start. As soon as as the queue manager will complete : all previously queued jobs it will run this job. Every queue has its own : queue manager process. When you changed the job queue and rerun the job : the other queue manager was free and immediatelly executed it.
|