Most pulumi commands suddently started hanging for...
# general
n
Most pulumi commands suddently started hanging for me - ie
pulumi version
will work, but
pulumi stack ls
will hang indefinitely. tried increasing verbosity but I'm not getting any extra logs of value - ideas?
w
Can you get verbose logs with the instructions here: https://www.pulumi.com/docs/troubleshooting/#verbose-logging Do those indicate what operation is hanging?
c
When my commands hang, it's either because my STS token has expired or I'm waiting on an EIP attached to a Lambda to free up...
n
Even with
Copy code
--logtostderr -v=9
nothing of value was logged. It turned out that the problem was DNS - it couldn't resolve address state is being held at and would hang for ~5 minutes before producing any output
w
It turned out that the problem was DNS - it couldn't resolve address state is being held at and would hang for ~5 minutes before producing any output
Ahh - interesting. Was this using Pulumi Service backend, or using S3/GCS/etc?
n
gcs
w
Got it - thanks.