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

perf(ngcc): only create tasks for non-processed formats (#35719) #35832

Closed
wants to merge 2 commits into from
Closed

perf(ngcc): only create tasks for non-processed formats (#35719) #35832

wants to merge 2 commits into from

Conversation

alan-agius4
Copy link
Contributor

Patch version of #35719

@ngbot ngbot bot added this to the needsTriage milestone Mar 3, 2020
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note labels Mar 3, 2020
@alan-agius4
Copy link
Contributor Author

@caretaker, these changes have already been approved and landed on master (#35719).

@angular angular deleted a comment from googlebot Mar 3, 2020
With this change we spawn workers lazily based on the amount of work that needs to be done.

Before this change we spawned the maximum of workers possible. However, in some cases there are less tasks than the max number of workers which resulted in created unnecessary workers

Reference: #35717

PR Close #35719
Change the behaviour in `analyzeEntryPoints` to only create tasks for non-processed formats.

PR Close #35719
atscott pushed a commit that referenced this pull request Mar 3, 2020
With this change we spawn workers lazily based on the amount of work that needs to be done.

Before this change we spawned the maximum of workers possible. However, in some cases there are less tasks than the max number of workers which resulted in created unnecessary workers

Reference: #35717

PR Close #35719

PR Close #35832
atscott pushed a commit that referenced this pull request Mar 3, 2020
)

Change the behaviour in `analyzeEntryPoints` to only create tasks for non-processed formats.

PR Close #35719

PR Close #35832
@atscott atscott closed this Mar 3, 2020
@alan-agius4 alan-agius4 deleted the workers-eagerly-ngcc-patch branch March 4, 2020 07:01
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants