Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Synopsis

worker_lookup = precedence

Specifies the precedence for this Worker's configuration look up. This allows an administrator to either disable all remote configuration, rely only on remote configuration or determine which overrides the other. By default the Supervisor's transmitted configuration overrides the local configuration.

Include Page
_worker_bootstrap_parameter
_worker_bootstrap_parameter

Tip

In order to prevent the worker from requesting a remote configuration from the supervisor, set the worker_lookup = local

Example

Use only local configuration:

worker_lookup = local

Use only remote configuration:

worker_lookup = supervisor

Local configuration overrides the Supervisor's config:

worker_lookup = supervisor,local

Supervisor's configuration overrides the local config:

worker_lookup = local,supervisor

Defaults

local,supervisor