Search
Page 54 of 1,195. Showing 11,950 results (0.018 seconds)
License Resources
License resources work exactly like global resources with the added advantage that they can be dynamically updated in the Supervisor by an external application. Normally, as jobs are dispatched and executed, the Supervisor continually updates the global r…Worker Host Groups
Host groups are a simple way to target jobs to a list of machines without specifying them explicitly every time you submit a job. To set up a host group, the Worker needs only to be configured with the list of groups it belongs to: worker_groups = group […database_password
Synopsis database_password = encrypted password Sets password to the database password for database_user. Use the qbhash command, found in the "bin" folder, to generate the encrypted password Warning: for backwards-compatibility, the system will also take…Per-Host License Resources
Per-host license resources are similar to the original license resources in that they act exactly like global resources with the added benefit of being dynamically updated in the Supervisor by an external application. Per-host license resources differ fro…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…Externally Updatable Worker Resources and Properties
(New in 6.3) Qube! 6.3 introduces Externally Updatable Worker Resources and Properties, which are site-defined worker resources and properties that may be periodically updated externally by programs using API calls. Jobs, on submission, may "reserve" thes…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…