Reference
PachCTL

Parallelism Spec PPS

Define the number of workers used in parallel.

March 24, 2023

â„šī¸

For a single-page view of all PPS options, go to the PPS series page.

Spec #


"parallelism_spec": {
  "constant": int
},

Behavior #

Pachyderm starts the number of workers that you specify. For example, set "constant":10 to use 10 workers.

When to Use #

âš ī¸

Because spouts and services are designed to be single instances, do not modify the default parallism_spec value for these pipelines.