Search
Page 100 of 1,195. Showing 11,950 results (0.014 seconds)
worker_boot_diagnostics_retry_interval
Synopsis worker_boot_diagnostics_retry_interval = interval Number of seconds the worker should wait before retrying the boot-time diagnostic test in case of errors (see also worker_boot_diagnostics_retries). Example worker_boot_diagnostics_retry_interval…worker_post_interval
Synopsis worker_post_interval = time Time specifies how often the Worker should report its status to the Supervisor when it doesn't have anything to do. It is meant to keep the Supervisor up-to-date in the event it forgets about the Worker. The default is…supervisor_queue_algorithm
Synopsis supervisor_queue_algorithm = "binding=library[,binding=library...]" Used to specify queuing algorithm(s) used by the supervisor. binding is the type (either "Perl" or "Internal") of the algorithm, and library is the actual library (path to the…worker_check_interval
Synopsis worker_check_interval = interval Interval is the time in seconds for the Worker to wait before checking the stats of the processes it has running. Example worker_check_interval = 3000 Defaults 120…worker_properties
Synopsis worker_properties = propertylist This allows the administrator to specify/override the properties of a Worker. Worker properties can be used as a dispatch tool, i.e. "only send jobs to workers that have a host property of 'host.maya > 0'" by sett…client_logpath
Synopsis client_logpath = path When this specifies a valid path to the qube job logs, the client utilities will read the job logs directly off the network, rather than requesting the supervisor to send them. Example client_logpath = \\server\share\qube\lo…worker_cluster
Synopsis worker_cluster = cluster Sets the Worker's cluster membership to cluster. Example worker_cluster = /pipelinefx/team1 Defaults / See Also worker_restrictions…worker_resources
Synopsis worker_resources = resourcelist Specifies what resources are available from this Worker. Example worker_resources = host.processors=2 Defaults ""…supervisor_default_hostorder
Synopsis supervisor_default_hostorder = Host Order Specification _hostOrder Defaults None…worker_cpus
Synopsis worker_cpus = CPUs CPUs is the number of CPUs the Worker will report to the Supervisor. A value of 0 tells Qube! to set the number of CPUs equal to the number of cores seen by the OS. Example worker_cpus = 2 Defaults 0…