Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0

    Despite the number of processors in a render farm, it is still necessary to order the jobs so that they are dispatched to execution hosts in a deterministic order. Queuing is the process of properly sorting the list of jobs to be executed.

    Qube ships with a number of built-in queuing algorithms that should be sufficient for most productions. However, if these algorithms are not suitable, Qube supports the development of custom queuing algorithms as well.

    The queueing algorithm used by the supervisor is specified by the qb.conf parameter supervisor_queue_algorithm

    ...

    . The predefined algorithm names are

    Custom Algorithms

    Qube! ships with a number of built-in queuing algorithms that should be sufficient for most productions. Qube! also allows developers to take advantage of the research PipelineFX has done in queuing system design to write their own queuing system algorithm. This feature enables a site to design an queuing algorithm tailored to its own policies.

    See the Custom Queuing Algorithms in the Developer's Guide for more information on how to develop custom queuing algorithms.

    See Also

    supervisor_queue_algorithm