You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    Synopsis

    supervisor_queue_binding = binding
    Binding is the type binding for the Supervisor's queuing algorithm. Qube allows for the administrator to replace the queuing algorithm for the Supervisor completely. The way to do so is to specify the binding first.

    Values

    • Internal

    use internally compiled queuing algorithm

    • Perl

    use scripted queuing algorithm


    Example

    supervisor_queue_binding = Perl

    Defaults

    Internal

    • No labels