Hey folks, I am using pulumi automation and my co...
# python
v
Hey folks, I am using pulumi automation and my code is stalling below. Anyone experience anything like this?
Copy code
Exception in thread Thread-6 (consumer):
Traceback (most recent call last):
  File "/usr/local/Cellar/python@3.12/3.12.11/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "/usr/local/Cellar/python@3.12/3.12.11/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/julian/virtuals/grata.infra/lib/python3.12/site-packages/pulumi/automation/_cmd.py", line 222, in consumer
    for line in iter(stream.readline, ""):