-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Closed as not planned
Copy link
Labels
area/ci-cdSpecify what technical area given issue relates to. Its goal is to ease filtering good first issues.Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.area/javascriptarea/typescriptSpecify what technical area given issue relates to. Its goal is to ease filtering good first issues.Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.stale
Description
This issue aims to address the need for limiting concurrency in processing markdown files to improve performance and prevent potential resource exhaustion.
Currently, scripts/markdown/check-markdown.js processes markdown files asynchronously without a concurrency limit, which could lead to too many open file handles and impact system resources.
As discussed in PR #3378 and the related comment, it's important to implement concurrency control in the script.
Assigning to @akshatnema for further action.
Metadata
Metadata
Assignees
Labels
area/ci-cdSpecify what technical area given issue relates to. Its goal is to ease filtering good first issues.Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.area/javascriptarea/typescriptSpecify what technical area given issue relates to. Its goal is to ease filtering good first issues.Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.stale