Search
Page 14 of 111. Showing 1,104 results (0.01 seconds)
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…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…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…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…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…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_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…Event Model
reports new resources available. The advantage of an event-driven system is that the queuing algorithm and the jobs themselves can take action based on those events…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_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…