Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Synopsis

    The template path is used to specify where the Worker should look to find the libraries/files associated with the jobs it will run.

    ...

    Warning

    Several important things to take note of are:

    • On WindowsOn Windows, you must use UNC and the path separator is a forward slash "/".
    • This worker_template_path should always contain the location of the local jobtypes (the default worker_template_path value).
    • Compiled jobtypes such as the cmdline and cmdrange are installed locally by the Worker and should not be centrally located, which necessitates the default template path being included in the new value. This ensures that any updates in future releases of the worker Worker are present in the workerWorker's available jobtypes.

     

    ...

    Examples

    Windows

    worker_template_path="C:/Program Files/pfx/qube//types;C:/Program Files/pfx/jobtypes;C:/Program Files (x86)/pfx/jobtypes;//server/share/qube/ourJobTypes"

    ...

    worker_template_path='/usr/local/pfx/qube/types:/usr/local/pfx/jobtypes:/mnt/nfsPath/jobtypes'

    Defaults

    • Linux & OS X:  $QBDIR/types
    • Windows:       %QBDIR%\types

    See Also

    Centralized Jobtypes