Search
Page 1 of 1. Showing 7 results (0.011 seconds)
worker_restrictions
Synopsis worker_restrictions = restrictionlist Allows the administrator to restrict/allow specific jobs to run on this host. _restrictionsSyntax Defaults…What if I want to lock down certain hosts to only run certain jobs?
for workers. Essentially, you set a worker's worker_cluster and worker_restrictions to the same value, so that a worker: is in a particular cluster with worker_cluster will only…How to use qbwrk.conf
= "/farm" worker_restrictions = "/farm or /farm/*" above is to define a host that will run jobs in any cluster at /farm or 1 level below - done with the '*' Copy below and alter…Configuration Parameter Reference
worker_pidfile worker_port worker_post_interval worker_properties worker_resources worker_restrictions worker_template_path Client Parameters…How do I set a worker up as a private or testing platform?
of worker_cluster and worker_restrictions. set the worker_cluster to something unique, eg. /testing set the worker_restriction to the same value as the worker_cluster Submit jobs…How to use clustering for workers
be configured to ~only~ run jobs in their respective clusters via the worker_restrictions value. You can have some of the /post workers be available to promo department…Qube 6.5-2 Release Notes
on the given host because of the "worker_restrictions" settings of the worker. ZD: 10231 JIRA: QUBE-158 ==== CL 11795 ==== @FIX: issue where the python API qb.convertpath() will cause…