Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Generic Queue feeding multiple Batch Queues

5 views
Skip to first unread message

Michael Ober

unread,
Jan 1, 2010, 2:21:05 PM1/1/10
to
Is it possible to create a generic batch queue that is used to feed multiple
batch queues? What we have are several batch queues for general background
processing, but we also have a need to submit short lived jobs into the
system that are allowed to run on any batch queue. I want to take advantage
of the fact that sometimes the various batch queues are available so that
these short duration jobs can be processed quickly.

For example, in a system with the following queues that receive submissions
directly

BatchA: Job Limit = 4; Base Priority = 3
BatchB: Job Limit = 5; Base Priority = 2
BatchC: Job Limit = 1; Base Priority = 1

i'd like a new queue that can feed all three, depending on Availability
status. If a queue is Busy or Stopped, it shouldn't receive any jobs from
this queue. If it's Available, it's eligible for the next job.

SubmitToBatch: Holding Queue; This queue will submit to any of the above
queues if and only if that queue status is Available.

Thanks,
Mike Ober.

Jan-Erik Söderholm

unread,
Jan 1, 2010, 2:40:28 PM1/1/10
to

$ init/que/start/batch/gen=(BatchA, BatchB, BatchC) SubmitToBatch

>
> Thanks,
> Mike Ober.
>

Michael Ober

unread,
Jan 1, 2010, 4:15:30 PM1/1/10
to
Thank you.

Mike.

"Jan-Erik S�derholm" <jan-erik....@telia.com> wrote in message
news:Mcs%m.14185$U5.2...@newsb.telia.net...

0 new messages