Search
Page 97 of 1,195. Showing 11,950 results (0.015 seconds)
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…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…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…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…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…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…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…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…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/…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…