Search

Search

Help

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

  1. 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
  2. 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…
    Qube 6.5Oct 12, 2012
  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. 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…
    Qube 6.5Dec 16, 2013
  5. 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
  6. 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
  7. 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…
    Qube 6.5May 06, 2014
  8. 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
  9. 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
  10. 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