I think one we are doing right now has about 220
# general
o
I think one we are doing right now has about 220
c
Some of ours are really big. Like hundreds of things.
o
ok
one of my co-workers stack previews/runs are acting really weird in the UI
the console doesn't handle it well. How many concurrent operations does the pulumi CLI run by default?
c
unbounded.
It will do as many operations as there are independent sets of resources.
the CLI indeed does not handle this well. We’re working on that. 🙂
b
@orange-tailor-85423 Are you seeing performance problems? That would not be expected.
c
Or is it like, the UI is all weird and not aligned?
b
Also, when you say "console," do you mean the web console, or the CLI? If the web console, I wouldn't expect problems here (and would love to hear what you're seeing). If it's CLI, perhaps this is the alignment issues Alex mentions.
o
sorry I shouldn't mix terms. In this case it's running the
pulumi
command line tool in iTerm2 (via vscode terminal window)
my co-worker @freezing-flag-53289 can chime in on this one