Operating System - HP-UX
1834827 Members
2351 Online
110070 Solutions
New Discussion

c queue max run limit reached

 
Dany De Bontridder
Occasional Advisor

c queue max run limit reached

I often get the message from the cron,
c queue max run limit reached; it is an HPUX 11.00 and I don't know how to solve it.

Someone can help me ?
5 REPLIES 5
Yang Qin_1
Honored Contributor

Re: c queue max run limit reached

Can you give us some more details about what you schedule with your cron? Can you post the output from "crontab -l"?

Yang
Pete Randall
Outstanding Contributor

Re: c queue max run limit reached

Check your /var/adm/cron/queuedefs file to see what is specified for the c (for cron) queue.


Pete

Pete
Pete Randall
Outstanding Contributor

Re: c queue max run limit reached

Sorry, I should have also mentioned that you should check the man page for queuedefs:
http://docs.hp.com/en/B2355-90682/queuedefs.4.html


Pete

Pete
Dany De Bontridder
Occasional Advisor

Re: c queue max run limit reached

I can't send the crontab -l output sorry, about the queue I have
>more /var/adm/cron/queuedefs
a.4j1n
b.2j2n90w

That's all, nothing about c.

Thanks you for the documentation about the queues, can I use them to have more jobs than the max limit ? If yes, how ?

Pete Randall
Outstanding Contributor

Re: c queue max run limit reached

According to the man page, the limit for all queues is 100. You've got 4 in the at queue and 2 in the batch queue, leaving you 94 in the cron queue. You must have a heck of lot of cron jobs. Maybe you can spread them out to different times?


Pete

Pete