Search

Search

Help

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

  1. supervisor_max_clients

    Synopsis supervisor_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 how…
    Qube 6.4Oct 18, 2012
  2. supervisor_preempt_policy

    Synopsis supervisor_preempt_policy = method The preemption method the Supervisor will use. Method can be either disabled, passive, or aggressive. The Supervisor during its preemption routine will determine if the system should kill a job and replace it. H…
    Qube 6.4Oct 18, 2012
  3. worker_boot_diagnostics_retry_interval

    Synopsis worker_boot_diagnostics_retry_interval = interval Number of seconds the worker should wait before retrying the boot-time diagnostic test in case of errors (see also worker_boot_diagnostics_retries above). Example worker_boot_diagnostics_retry_int…
    Qube 6.4Oct 18, 2012
  4. supervisor_max_postboard_retry

    Synopsis supervisor_max_postboard_retry = retries Retries is the total number of attempts the Supervisor will make before giving up on communicating to the postboard target the event the target was looking for has been triggered. Example supervisor_max_po…
    Qube 6.4Oct 18, 2012
  5. supervisor_queue_binding

    Synopsis supervisor_queue_binding = binding Binding is the type binding for the Supervisor's queuing algorithm. Qube allows for the administrator to replace the queuing algorithm for the Supervisor completely. The way to do so is to specify the binding fi…
    Qube 6.4Oct 18, 2012
  6. supervisor_max_priority

    Synopsis supervisor_max_priority = priority Priority is the maximum numeric priority the Supervisor will allow users to specify. Jobs which are set above this number are automatically set to priority. Example supervisor_max_priority = 100 Defaults 9999…
    Qube 6.4Oct 18, 2012
  7. worker_check_interval

    Synopsis worker_check_interval = interval Interval is the time in seconds for the Worker to wait before checking the stats of the processes it has running. Example worker_check_interval = 3000 Defaults 120…
    Qube 6.4Oct 18, 2012
  8. supervisor_queue_library

    Synopsis supervisor_queue_library = type | file The queue specifies the binary or script which defines the Supervisor's queuing algorithm. type specifies which queuing algorithm to use, or file points to a library file to be used as the source file for th…
    Qube 6.4Mar 01, 2013
  9. supervisor_max_threads

    Synopsis The total number of Supervisor threads, the upper bound on the size of the supervisor thread pool. This may contain idle supervisor threads. supervisor_max_threads = threads This doesn't include the 7 additional threads the Supervisor opens to i…
    Qube 6.4May 22, 2013
  10. worker_cluster

    Synopsis worker_cluster = cluster Sets the Worker's cluster membership to cluster. Example worker_cluster = /pipelinefx/team1 Defaults /…
    Qube 6.4Oct 18, 2012