...
worker_groups =
groups
Groups is a comma-separated list of which host groups this Worker belongs to. Groups allow the administrator to place machines into logical groupings for easier reference than specifying long lists of machines.
Info |
---|
Groups are created by simply adding the group to a worker through worker_groups (defined in the worker's local qb.conf or the supervisor's qbwrk.conf). When a group is removed from all workers, the group ceases to exist. |
Example
worker_groups = "bfw,boa,ssl"
...