Search
Page 16 of 107. Showing 1,065 results (0.011 seconds)
worker_log_timeout
Synopsis worker_log_timeout = time Amount of time the Worker will wait in seconds before transmitting the job log's standard output and standard error to the Supervisor if the log mode is set to "remote." Example worker_log_timeout = 900 Defaults 10…worker_logfile
Synopsis worker_logfile = filepath Filepath is the physical location of the Worker's log file. The Worker writes the events/actions it takes during its execution in this file. Example worker_logfile = /usr/tmp/workerlog Defaults Linux/OSX: /var/log/worker…Getting Started
worker_logmode
Synopsis worker_logmode = mode Mode specifies what job logging action this host is required to take. By default it is set to remote which means that the Worker will transmit the contents of the job log back to the Supervisor so that it may be centrally lo…worker_logpath
Synopsis worker_logpath = path Path specifies the log directory which the Worker will create/use the numbered directories for the job's standard output and standard error. Example worker_logpath = /logs/qube Defaults Linux/OSX: /var/spool/qube Windows: C:…worker_max_clients
Synopsis worker_max_clients = clients Clients is the maximum number of network messages a thread is allowed to service before dying. By increasing this number, the administrator is able to reduce the overhead of threads which re-spawn. The penalty however…worker_max_threads
Synopsis worker_max_threads = threads Where threads is the total number of Worker threads. By adjusting this field, the administrator may improve the Worker's performance. The increase in threads however also increases Supervisor memory requirements. The…worker_pidfile
Synopsis worker_pidfile = path Path is where the Worker writes down the process ID to the main controlling process. Example worker_pidfile = /tmp/wrkpid Defaults Linux/OSX: /var/run/worker.pid Windows XP/2003:C:\Program Files\pfx\qube\logs\workerpid Windo…Upgrading Qube
Qube versioning is indicated by major, minor, and point releases in the format major.minor.point (e.g. 5.5.0). If you plan to upgrade the major or minor version of Qube, you will have the best results if you upgrade all of your systems to the latest versi…worker_port
Synopsis worker_port = port Assigns the TCP/UDP network port number to the Worker daemon. This must be set on the Supervisor as well. Example worker_port = 5011 Defaults 50011…