Search

Search

Help

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

  1. supervisor_reserve_timeout

    Synopsis supervisor_reserve_timeout = timeout The timeout value, in seconds, specifies how much time a job is allowed to hold a host in reserve before that job reports itself "running." If this timeout passes, the job is assumed to be a start failure and…
    QubeJan 06, 2015
  2. supervisor_default_security

    Synopsis supervisor_default_security = comma-separated list of permission names or an integer mask This parameter specifies the security settings for a user who has not been explicitly granted a permission set. If you wish to use the integer value instead…
    QubeJan 05, 2015
  3. worker_job_types

    Synopsis worker_job_types = jobtypes Jobtypes lists the job types this Worker is allowed to execute. The Administrator, if setting this field, must ensure that the job types in fact exist on the server before dispatching jobs to it. Example worker_job_typ…
    QubeJan 06, 2015
  4. supervisor_default_user_subjob_limit

    Synopsis supervisor_default_user_subjob_limit = limit Limit specifies the default subjob limit, the maximum number of subjobs that any user may run simultaneously, across all process groups (pgrp). A value of -1 means "no limit". This may be reduced furth…
    QubeJan 06, 2015
  5. worker_journal_location

    Synopsis worker_journal_location = filepath Filepath specifies the physical location of the Worker's journal file. The journal is the Worker's offline storage file containing what jobs it's working on, and the details associated with them. Note: It is vi…
    QubeNov 29, 2016
  6. supervisor_user_subjob_limits

    Synopsis supervisor_user_subjob_limits = user=limit[,user=limit…] Sets up the user subjob limit for specific users. You can set the limit for all users with supervisor_default_user_subjob_limit http://docs.pipelinefx.com/display/SANDBOXQUB066/supervisor_d…
    QubeFeb 01, 2017
  7. supervisor_flags

    Synopsis supervisor_flags = integer mask or comma-separated list Mask sets some global Supervisor configuration parameters. Sum the settings to determine a composite value enabling each setting or list them in text form delimited by commas. Values Flag M…
    QubeJul 05, 2017
  8. 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…
    QubeJan 06, 2015
  9. 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 & OS X: /var/…
    QubeJan 06, 2015
  10. supervisor_global_resources

    Synopsis supervisor_global_resources = resourcespec This string defines the global resources. It doesn't affect the total number of already reserved resources as they are tracked even after a restart. Resourcespec is a comma-separated string of specifica…
    QubeFeb 01, 2017