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

Tools - Weathertop: Update plugin_stack.ts #7222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ford-at-aws
Copy link
Contributor

@ford-at-aws ford-at-aws commented Feb 3, 2025

Increases batch compute CPU max from 1 to 256 to enable parallel compilation across our modules (this came up with Kotlin). Since compute time is proportional to build duration, costs remain equivalent while builds complete 256x faster in theory. i.e. this only changes the concurrent CPU ceiling, not the total compute used per build.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Increase batch compute CPU max to 256 for parallel compilation and multi-module projects.
@ford-at-aws ford-at-aws added the On Call Review needed This work needs an on-call review label Feb 3, 2025
@ford-at-aws ford-at-aws self-assigned this Feb 3, 2025
@ford-at-aws ford-at-aws marked this pull request as ready for review February 3, 2025 15:43
@github-actions github-actions bot added the Tools This issue relates to a custom tooling to streamline development tasks label Feb 3, 2025
@ford-at-aws ford-at-aws requested a review from cpyle0819 February 3, 2025 15:56
@ford-at-aws ford-at-aws added the Task A general update to the code base for language clarification, missing actions, tests, etc. label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Call Review needed This work needs an on-call review Task A general update to the code base for language clarification, missing actions, tests, etc. Tools This issue relates to a custom tooling to streamline development tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant