Skip to content

Conversation

@o-az
Copy link

@o-az o-az commented Dec 25, 2025

Adds the workspaceConcurrency setting to the settings documentation.

This setting was already available via the CLI (--workspace-concurrency) but was missing from the settings reference page.

Based on the source code I understand that this is a valid setting in pnpm-workspace.yaml:

https://github.com/pnpm/pnpm/blob/main/config/config/src/types.ts#L131
https://github.com/pnpm/pnpm/blob/main/config/config/src/index.ts#L608

Also verified locally by doing the following:

  • setting workspaceConcurrency to 1 in pnpm-workspace.yaml,
  • running
     pnpm --recursive exec -- sh -c 'echo "$(date +%H:%M:%S) START $PNPM_PACKAGE_NAME" \
       && sleep 3 \
       && echo "$(date +%H:%M:%S) END $PNPM_PACKAGE_NAME"'
  • changing workspaceConcurrency to -1 in pnpm-workspace.yaml,
  • running
     pnpm --recursive exec -- sh -c 'echo "$(date +%H:%M:%S) START $PNPM_PACKAGE_NAME" \
       && sleep 3 \
       && echo "$(date +%H:%M:%S) END $PNPM_PACKAGE_NAME"'

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link

vercel bot commented Dec 25, 2025

@o-az is attempting to deploy a commit to the pnpm Team on Vercel.

A member of the Team first needs to authorize it.

@o-az o-az marked this pull request as ready for review December 25, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant