Search
Page 61 of 1,195. Showing 11,950 results (0.015 seconds)
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…Event contexts
The context or the "label" of the event is a specification to narrow the scope of the event. When someone specifies 'job' they don't normally mean all jobs, so a context is required to determine which job they are describing. A context can be specified in…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…Process group labels
Process group labels exist to provide the developer with an abstract method of determining job relationships independent of the job name or job ID relative to the process group ID. In order to support this, the jobs must all be submitted under the same pr…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…Extra fields
The extra in the event specification refers to the type of event. Each type of event may require additional information. In the case of the job, it requires nothing more. However in the case of the subjob it requires the subjob's ID number. Example: When…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
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…