Hello, trying to run a `pulumi preview --refresh` ...
# general
m
Hello, trying to run a
pulumi preview --refresh
on a pulumi stack in
azure pipelines
and I am getting this error
refresh error: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:40321: connect: connection refused"
any idea about what might cause this? tried running it multiple times and getting the same error, The odd thing is that running the command locally works without issues
b
did this ever get sorted? looks to be something with the pipeline connectivity?
m
not really, still investigating it out, it's always failing, sometimes with the error above, and other times (less frequent) with:
Copy code
error: failed to complete update: renewing lease: [403] The provided update token has expired.
this happens after more than 20 mins in the pipeline