https://pulumi.com logo
Title
p

proud-dusk-33872

07/26/2021, 12:15 PM
Hi there. Is the slowness of
pulumi stack output
a known issue - and is there any way to work around it? It takes about 20 seconds to run for me and we have ~25 output variables
(I'm comparing it to
pulumi config -j
in terms of speed)
m

many-yak-61188

07/26/2021, 12:54 PM
takes me about 18s with only 1 variable, i think that is just the time it takes
q

quiet-architect-74241

07/26/2021, 1:40 PM
I wonder why it takes that long though. It bugs me as well, since we use it in our pipelines and 20 seconds to get some variables is substantial.
p

prehistoric-activity-61023

07/26/2021, 8:16 PM
maybe it does
pulumi preview
underneath (so it actually depends on the stack size and network conditions?) instead of simple lookup?
I haven’t tested that so it’s just a guess.