Search
Page 60 of 1,195. Showing 11,950 results (0.015 seconds)
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 CPU equal to the number of cores seen by the OS. Example worker_cpus = 2 Defaults (all) (Automatically counts the…worker_address
Synopsis worker_address = address Use dot notation in address to set the IP address you want the Worker to bind to. This is to override the behavior of binding to all addresses the Worker has assigned to it. Example worker_address = 127.0.0.1 Defaults (al…worker_restrictions
Synopsis worker_restrictions = restrictionlist Allows the administrator to restrict/allow specific jobs to run on this host. _restrictionsSyntax Defaults No restrictions…worker_boot_diagnostics_retries
Synopsis worker_boot_diagnostics_retries = retries Number of times the worker should retry its boot-time diagnostic tests (check the worker_logpath permissions, existence of proxy program at proxy_location, and validity of the proxy_account) when there ar…worker_template_path
Synopsis The template path is used to specify where the Worker should look to find the libraries/files associated with the jobs it will run. worker_template_path = path Specifies the template path for this Worker. Multiple paths are delimited by colons on…supervisor_job_flags
Synopsis supervisor_job_flags = flagslist Sets various job flags, which will be applied to all jobs run on the farm. These cannot be overridden, so use these sparingly. Values _jobFlags Example supervisor_job_flags = "auto_mount"client_job_flags = "auto…Event names
The name is the component of the event which details when the event should take place. This is either pre-defined, or user-defined. The possible pre-defined event names for jobs are: complete Job is set to complete done Job is set to complete or killed or…worker_groups
Synopsis worker_groups = groups Groups is a comma-separated list of which host groups this Worker belongs to. Groups allow the administrator to place machines into logical groupings for easier reference than specifying long lists of machines. Example work…worker_path_map
Synopsis New in v6.4-2 worker_path_map = { "pathA" = "pathB" ... } Specify the path translation map for a worker. Any job that supports path translation (have the convert_path job flag set, or any pyCmdline, pyCmdrange, or AppFinder jobs) will have pathB…Event types
The type of the event allows the system to identify the kind of event referred to. The available pre-defined names are relative to the specification of the type. The "types" of events job Specifies the entire job subjob Specifies a single subjob work Spec…