Message-ID: <1552918396.8519.1711675344335.JavaMail.confluence@host3.pipelinefx.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8518_311220063.1711675344335" ------=_Part_8518_311220063.1711675344335 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html supervisor_queue_algorithm

supervisor_queue_algorithm

Synopsis

supervisor_queue_algorithm =3D "binding=3Dlib= rary[,binding=3Dlibrary...]" 

Used to specify queuing algorithm(s) used by the supervisor. 

binding is the type (either "Perl" or "Inte= rnal") of the algorithm, and library is the actual libra= ry (path to the custom Perl algorithm file, or "cluster", "p= riority", or "queue" for internal built-in algorithms. By sp= ecifying multiple "binding=3Dlibrary" combinations, sepa= rated by commas, the algorithms may be "stacked"-- algorithms to = the left of the list have higher precedence, but if a certain routine isn't= specified in it, then the system will try to find one downstream.

Note that, if this parameter is defined in the qb.conf file, the supervisor_queue_binding&nb= sp;and supervisor_queue_= library legacy parameters are ignored.

Example

supervisor_queue_algorithm =3D "Perl=3D/path/to/my/cool_custo= m_algorithm.pl,Internal=3Dcluster"

Defaults

Internal=3Dcluster

See Also

Queuing Algorithms
Custom Queuing Algorit= hms

= Scripting custom queuing algorithms

------=_Part_8518_311220063.1711675344335--