-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Comments
@Aditya0732 and @Sarvesh2783 |
Hey @sambhavgupta0705, have added a detailed PR #3481 please check and let me know. |
i want to work on this issue , if it's open to contribute , kindly assign me @akshatnema |
@29deepanshutyagi you may work on this one |
Hello @anshgoyalevil @akshatnema @shubhamku044 @Shurtu-gal, I’d like to work on Issue #3429 regarding limiting concurrency in markdown file processing to improve performance and prevent resource exhaustion. Request for Assignment
I look forward to contributing. Let me know if you need more information before I begin! |
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.
The text was updated successfully, but these errors were encountered: