Synopsis
worker_properties =
propertylist
This allows the administrator to specify/override the properties of a Worker. Worker properties can be used as a dispatch tool, i.e. "only send jobs to workers that have a host property of 'host.maya>0maya > 0'" by setting "host.maya>0" in the job's requirements.
Example
worker_properties = "host.home_dir=/home,host.owner=dude,host.maya=1,host.nuke=1"
...