Dear list, here is the situation - we have two execution queues, each one with the attribute max_queuable=8, respectively, and a default queue which routes jobs to these two queues. The goal is to allow up to 16 jobs in the system at any given time and reject any further jobs.
I've tried to accomplish this by setting max_queuable=0 on the default routing queue, assuming that it would still route jobs if the destinations allow it but reject the jobs otherwise. However, this doesn't work - the routing queue doesn't allow any jobs. Setting max_queuable=1 allows up to 17 jobs in the system (8 in each exec queue and 1 waiting in the routing queue) which doesn't quite meet the requirements. Any ideas? Regards, Lech Nieroda _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
