Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit concurrency in markdown file processing to improve performance #3429

Open
coderabbitai bot opened this issue Nov 25, 2024 · 0 comments · May be fixed by #3462
Open

Limit concurrency in markdown file processing to improve performance #3429

coderabbitai bot opened this issue Nov 25, 2024 · 0 comments · May be fixed by #3462
Assignees

Comments

@coderabbitai
Copy link

coderabbitai bot commented Nov 25, 2024

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.

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 a pull request may close this issue.

1 participant