Search

Search

Help

Page 14 of 111. Showing 1,104 results (0.011 seconds)

  1. 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
  2. worker_heartbeat_interval

    Synopsis worker_heartbeat_interval = time Interval, in seconds, between times the Worker sends a heartbeat packet to the Supervisor. Example worker_heartbeat_interval = 600 Defaults 120…
    Qube 6.5May 30, 2014
  3. worker_drive_map

    Synopsis The worker drive map feature, particular to Windows workers, which instructs workers to automatically mount specified drives before they process jobs. This parameter also requires that the worker_flags have the auto_mount flag set. To make wor…
    Qube 6.5Dec 12, 2013
  4. worker_host_domain

    Synopsis Setting this value forces the worker to use to given domain to authenticate the proxy user. Without this setting, the local computer domain will be used, then any visible network domains will used until the account it authenticated or authentica…
    Qube 6.5Mar 07, 2013
  5. supervisor_logfile

    Synopsis supervisor_logfile = path Path is used to specify the single log file for the supervisor's internal operations. This is not the same as supervisor_logpath which determines the location of the job logs. Example supervisor_logfile = /var/log/supel…
    Qube 6.5Feb 12, 2013
  6. 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…
    Qube 6.5Dec 04, 2013
  7. worker_idle_threads

    Synopsis worker_idle_threads = threads The idle number of Worker threads. This allows the Worker to maintain a specified number of threads ready to service network messages. If the Worker finds that it is unable to satisfy the incoming traffic, it will sp…
    Qube 6.5Oct 18, 2012
  8. Event Model

    Qube is an even-driven queuing system. Because of this, Qube inherently tracks common job events. These include events such as when a job starts running, or when a host reports new resources available. The advantage of an event-driven system is that the q…
    Qube 6.5Oct 12, 2012
  9. 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…
    Qube 6.5Mar 13, 2013
  10. worker_job_types

    Synopsis worker_job_types = jobtypes Jobtypes lists the job types this Worker is allowed to execute. The Administrator, if setting this field, must ensure that the job types in fact exist on the server before dispatching jobs to it. Example worker_job_typ…
    Qube 6.5Oct 18, 2012