Search
Page 3 of 10. Showing 93 results (0.011 seconds)
qb_directory
Synopsis qb_directory = path Path is the path to the directory containing the Qube distribution. Normally this distribution directory would be the one that contains…supervisor_policy_library
Synopsis supervisor_policy_library = path Path specifies the policy library file the Supervisor uses to define the queue policies. Example supervisor_policy_library…worker_template_path
Synopsis The template path is used to specify where the Worker should look to find the libraries/files associated with the jobs it will run. worker_template_path = path…bootstrap.py
import getopt # load system path sys.path.append("."); sys.path.append(".."); sys.path.append('%s/api/python' % os.environ.get('QB_DIR')) sys.path.append('%s/api/python…I'm working on a Job Type, and I want to run a different version of Perl or Python?
User mode: Set the user's PATH environment variable to point to the version of the scripting language you prefer Proxy mode: the proxy user's PATH environment variable…UI "Qube (ImagesToMovie) Job..."
_SimpleCMD_QubeJobBasics 2- required parameters.png exe Tooltip - explicit path to executable Browse or enter manually the location of executable on the workers Important : Always double…supervisor_pidfile
Synopsis supervisor_pidfile = path Path is where the Supervisor writes down the process ID for the main controlling process. Example supervisor_pidfile = /tmp/supepid…supervisor_manifest
Synopsis supervisor_manifest = path path were the manifest log is located. This log contains all events concerning jobs and their actions. The format is similar to the job…worker_logpath
Synopsis worker_logpath = path Path specifies the log directory which the Worker will create/use the numbered directories for the job's standard output and standard error…worker_pidfile
Synopsis worker_pidfile = path Path is where the Worker writes down the process ID to the main controlling process. Example worker_pidfile = /tmp/wrkpid Defaults Linux…