Skip to content

Limit concurrency in markdown file processing to improve performance #3429

@coderabbitai

Description

@coderabbitai

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

No one assigned

    Labels

    area/ci-cdSpecify 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.stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions