https://pulumi.com logo
g

great-sunset-355

09/13/2023, 9:06 AM
Hi I keep hitting random network errors I am not able to debug, any ideas?
Copy code
invocation of aws:index/getCallerIdentity:getCallerIdentity returned an error: error reading from server: read tcp 127.0.0.1:53552->127.0.0.1:53550: use of closed network connection
yet again I've hit this bug, it would be great if Pulumi could somehow contribute to the fix .... https://github.com/hashicorp/terraform/issues/31467 https://github.com/golang/go/issues/52839
c

cuddly-computer-18851

09/13/2023, 9:44 AM
You could try tuning the concurrency, to limit the number of active network connections? We always ran pulumi via
docker-compose
to get version consistency across runtime environments ( local vs CI/CD ). Docker is so slow on OSX that I gave up running pulumi natively on a Mac altogether, its just soooo much faster running under Linux I can't see the use case for running on a Mac.
g

great-sunset-355

09/13/2023, 10:06 AM
Yes Goland is broken on linux, it would take me quite a lot of effort to migrate but it looks like it is inevitable
c

cuddly-computer-18851

09/13/2023, 10:34 AM
on OSX even just running virtualbox is sufficient
2 Views