You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
pulumi up on a Java project is much slower than it is for a Typescript project. There is no visible progress for the first ~8 seconds, even if the project is a basic Hello World that does nothing more than create a Kubernetes Provider instance.
Has anyone profiled this? Compilation and Maven integration cannot possibly take more than 1 second to run.
The text was updated successfully, but these errors were encountered:
Thanks for the issue, @cowwoc. I haven't had a chance to dig into it, but I wonder if it's related to looking for required Pulumi plugins based on dependencies. Regardless, we should profile and see where we can optimize.
Hello!
Issue details
pulumi up
on a Java project is much slower than it is for a Typescript project. There is no visible progress for the first ~8 seconds, even if the project is a basic Hello World that does nothing more than create a Kubernetes Provider instance.Has anyone profiled this? Compilation and Maven integration cannot possibly take more than 1 second to run.
The text was updated successfully, but these errors were encountered: