Search
Page 26 of 40. Showing 393 results (0.013 seconds)
Image Validation (simplecmds_cmdline_cmdrange) _New for Qube 6.0_
regex_outputPaths parameter below). If an image is identified from parsing the stdout or stderr from a cmdline/cmdrange job (or any job using the simplecmd framework), it can…Startup and Configuration options
jobs_in_cache: The number of jobs held in memory by QubeMobileServer. The server will never get more than the last n jobs from the supervisor. When filtering results, filtering…supervisor_logpath
Synopsis supervisor_logpath = path Path is used to specify the log directory to use to store job log data as well as individual host and user histories. This is further…supervisor_manifest_flags
\manifestlog Windows Vista/2008/7: C:\ProgramData\pfx\qube\logs\manifestlog Values job = 1 subjob = 2 work= 4 Example supervisor_manifest_flags = 3supervisor_manifest_flags…worker_logmode
Synopsis worker_logmode = mode Mode specifies what job logging action this host is required to take. By default it is set to remote which means that the Worker…Execution Environment
Job Environment Qube by default will execute the job within the Worker's environment. The Worker can also be instructed to use the current environment to execute the job…Admin Qube Components
There are three main components to Qube: 1.The Worker, which is a program that runs on every computer (also called a "host") on which you want to execute your jobs. 2.The…jobArchive02.py
'); sys.path.append('../../api/python'); import qb def main(): job = qb.jobinfo(id=15766, agenda=True, subjobs=True, callbacks=True) print job qb.archivejob("hello.xja", job[0…How to limit the number of renders on a host
The easiest thing to do is to submit your jobs with a memory reservation. The reservation will force the Supervisor to look for hosts with the requisite amount of memory…How to use chunking in the submission UI
the work to be done across different speed workers. With Dynamic Allocation, the application is only started once on each worker for the duration of the job, and work is sent…