Search
Page 21 of 30. Showing 296 results (0.014 seconds)
Development Options
of the QubeGUI and requires no additional Worker installation. Custom jobtypes (backend) – Instead of using the commandline on the backend, one can write jobtype scripts…How to restrict a host to only one instance of a given kind of job, but still allow other jobs
on a worker at once". This tells the queuing system to filter out all hosts which have this kind of job already running. So when you submit a job, you can do this to keep only one of your…Qube Components
There are three main components to Qube: The Worker, which is a program that runs on every computer (also called a "host") on which you want to execute your jobs…Specifying a worker's number of job slots
The maximum number of job instances that a Worker can run is specified by the worker_cpus parameter. This value can be set in either the worker's local qb.conf file…Recommended Configurations
regardless of the platforms used by the Workers. If there is a choice of platforms, Linux would be preferred as it seems to be a more stable server platform, then OSX as it has a Linux…General Installation Configuration
All installation and basic Worker authentication is included in the Qube Installation guide. Please see that document for details.…worker_heartbeat_interval
Synopsis worker_heartbeat_interval = time Interval between times the Worker sends a heartbeat packet to the Supervisor. Example worker_heartbeat_interval = 600 Defaults…worker_properties
Synopsis worker_properties = propertylist This allows the administrator to specify/override the properties of a Worker. Example worker_properties = "host.home_dir=/home…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_cpus
Synopsis worker_cpus = CPUs CPUs is the number of CPUs the Worker will report to the Supervisor. Example worker_cpus = 2 Defaults (all) (Automatically counts the number…