PipelineFX Forum

Qube! => General => Topic started by: dh on October 02, 2008, 05:33:39 PM

Title: FIFO scheduling not working as expected
Post by: dh on October 02, 2008, 05:33:39 PM
Hi,

I'm having problems understanding the way Qube prioritizes/schedules jobs. In our setup, all jobs have the same priority, and we're not using any clusters (i.e., everything is in cluster '/'). As well, I've got the supervisor's "supervisor_queue_library" set to "queue".

Based on all of this, I would expect that jobs that are submitted first would be processed first, but that's not what seems to be happening. Instead, it seems like Qube is giving priority to jobs that have been recently submitted.

The one potential problem I can see in all of this is that our jobs are submitted in groups of for, with a dependency chain between them (i.e., for jobs A, B, C, and D -- B and C wait for A to complete before running, and then D waits for B and C to complete before running).

Is it possible that jobs with dependency-chains (i.e., one job waits for a 'completed' callback from another job before unblocking itself) don't play well with the FIFO scheme? Does FIFO look at when a job was unblocked to determine the time the job 'entered' the queue? If so, can I work around that somehow?

Any help would be greatly appreciated!

Thanks in advance,
-dh
Title: Re: FIFO scheduling not working as expected
Post by: shinya on October 04, 2008, 04:04:28 AM
Hi dh,

As we've asked through the support email case, please send us the logs for analysis.

Thanks!

-shinya.
Title: Re: FIFO scheduling not working as expected
Post by: eric on October 21, 2008, 08:48:41 PM
You could also try this: