Search

Search

Help

Page 60 of 1,195. Showing 11,950 results (0.015 seconds)

  1. 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…
    Qube 6.5Jan 13, 2014
  2. 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…
    Qube 6.5Oct 18, 2012
  3. worker_restrictions

    Synopsis worker_restrictions = restrictionlist Allows the administrator to restrict/allow specific jobs to run on this host. _restrictionsSyntax Defaults No restrictions…
    Qube 6.5Jan 08, 2013
  4. 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…
    Qube 6.5Oct 18, 2012
  5. 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…
    Qube 6.5May 02, 2014
  6. 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…
    Qube 6.5Jan 09, 2013
  7. 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…
    Qube 6.5May 06, 2014
  8. 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…
    Qube 6.5Oct 18, 2012
  9. 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…
    Qube 6.5Dec 12, 2013
  10. 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…
    Qube 6.5Oct 12, 2012