Search
Page 13 of 107. Showing 1,065 results (0.011 seconds)
supervisor_port
Synopsis supervisor_port = port The network port number the Supervisor will use. Note: This must be configured the same on all Worker hosts and client hosts. Example Example supervisor_port = 2500 Defaults 50001 Note: This port is setting is not IETF comp…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…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…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…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…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…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…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…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…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…