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 · 2 comments
Open

Limit concurrency in markdown file processing to improve performance #3429

coderabbitai bot opened this issue Nov 25, 2024 · 2 comments
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.

@sambhavgupta0705
Copy link
Member

@Aditya0732 and @Sarvesh2783
You both have opened PR for this ,if you both can tell your approach here so that we can decide with whom we should go forward

@Aditya0732
Copy link

@Aditya0732 and @Sarvesh2783 You both have opened PR for this ,if you both can tell your approach here so that we can decide with whom we should go forward

Hey @sambhavgupta0705, have added a detailed PR #3481 please check and let me know.

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.

3 participants