Search
Page 8 of 111. Showing 1,104 results (0.011 seconds)
database_port
Synopsis database_port = port Port is the number of the port the Supervisor will use to connect to the database server. Example database_port = 5001 Defaults 3306…database_socket
Synopsis database_socket = file File is the named socket file the Supervisor will use to communicate with the database server if both are located on the same host. This file should match the configuration of the server as specified in /etc/my.conf or as c…Specifying a worker's number of job slots
The maximum number of job instances that a Worker can run is specified by the worker_cpus parameter. This value can be set in either the worker's local qb.conf file, or the centrally-managed qbwrk.conf file. By default, Qube sets the number of job slots…database_user
Synopsis database_user = user Set user to the identity of the user accessing the MySQL database. The Supervisor will access the database server under this user name. Example database_user = dba Defaults root…Queuing Algorithm
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…How to install a Qube supervisor and/or worker license
_licenseInstallation…mail_administrator
Synopsis mail_administrator = user User is the mail user account to which the Supervisor will send email in the event of system critical events, license notifications, etc. Example mail_administrator = admin@mydomain.com mailto:admin@mydomain.com Defaults…mail_domain
Synopsis mail_domain = domainname Domainname is the domain name the Supervisor will append to the user's name if the user hasn't provided a full email address to use. Example mail_domain = pipelinefx.com Defaults…Configuration Parameter Reference
This page provides documentation for all of Qube's configuration parameters. Local Configuration The Configuration for the Supervisor, Worker, and Clients can be found in the qb.conf file that is located at the following locations depending on the platfor…mail_from
Synopsis mail_from = user User is the mail user name or address that the Supervisor will use in the "From" field of notification email that it sends to users or the admin. Example mail_from = qubeadminmail_from = qubeadmin@mydomain.com mailto:qubeadmin@my…