fix(core): cap workspace Oxlint subprocesses - #1463
Draft
aidenybai wants to merge 1 commit into
Draft
Conversation
commit: |
Contributor
|
React Doctor found no new issues. 🎉 Reviewed by React Doctor for commit |
Contributor
Interactive terminal E2ERecorded from the built CLI at |
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7a296f8. Configure here.
aidenybai
force-pushed
the
codex/internal-architecture-rewrite
branch
from
July 29, 2026 12:19
1db93af to
49cbd22
Compare
This was referenced Jul 29, 2026
aidenybai
marked this pull request as draft
July 29, 2026 12:21
aidenybai
force-pushed
the
codex/internal-architecture-rewrite
branch
from
July 30, 2026 03:03
49cbd22 to
5b70e00
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What changed
Why
Concurrent workspace scans could each create their own Oxlint subprocess budget, allowing process counts to multiply with project count. This keeps the existing scan behavior while bounding aggregate subprocess pressure for one invocation.
Regression review
This PR is independent and targets
main. The larger architecture rewrite was preserved separately and is no longer part of this review.