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.
- The default value is
1
When to Use #
â ī¸
Because spouts and services are designed to be single instances, do not
modify the default parallism_spec
value for these pipelines.