-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add docs about Scheduler #11672
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
Add docs about Scheduler #11672
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a comprehensive documentation page outlining the architecture and scheduling mechanics of the MSBuild Scheduler.
- Added a detailed overview of the request lifecycle including Submission, Scheduling, Execution, Completion, and Result Processing.
- Documented core components such as SchedulableRequest, BuildRequest, Scheduler, and caching systems along with various scheduling algorithms.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
AR-May
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding those docs, it is very helpful!
…hub.com/YuliiaKovalova/msbuild into dev/ykovalova/add_docs_about_scheduling
SimaTian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall I like it. Strikes a good balance between informative and readable.
This document describes MSBuild Scheduler on high level.
Related to #11701