ive got a `pulumi preview` which takes a lot of ti...
# general
a
ive got a
pulumi preview
which takes a lot of time on our CI server, but not locally. Ive added tracing, and almost all the time of the execution is spent on the
/pulumirpc.LanguageRuntime/Run
trace (10 minutes) Anyone know how I can dig deeper into that or improve it?
m
Just a wild stab, but could it be time spent downloading resource plugins? Those are likely already present locally.