Versions Compared

    Key

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

    Host groups are a simple way to target jobs to a list of machines without specifying them explicitly every time you submit a job.

    To set up a host group, the Worker needs only to be configured with the list of groups it belongs to:

    worker_groups = group [, group…]

    where group is one or more comma-delimited group names.

    Example

    worker_groups = myGroup, groupB

    See Also

    Host Groups
    worker_groups