Hi! Recently our pulumi up started to be slow and ...
# typescript
f
Hi! Recently our pulumi up started to be slow and take couple of minutes just to plan. I generated traces and seems like 53% goes to
/pulumirpc.ResourceMonitor/RegisterResource
and 31% to
/pulumirpc.ResourceMonitor/RegisterResourceOutputs
when running a preview command. The stack size is ~7.4mb. Would really love suggestions how to approach that