Hi I keep hitting random network errors I am not a...
# general
g
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
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
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
on OSX even just running virtualbox is sufficient