Worker Tags

Worker tags allow fine-grained routing of shuffle jobs to specific worker subsets. Common use cases include:

  • Resource Isolation: Dedicate workers to specific tenants or applications
  • Hardware Segmentation: Route jobs to SSD-equipped nodes vs. HDD nodes
  • Environment Separation: Separate production and staging worker pools
  • Rolling Upgrades: Tag workers by version for controlled, safe upgrades

Enable Worker Tags

Bash
Copy

Tag Expression Syntax

Bash
Copy

dynamicConfig.yaml — Tag Example

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated