This message was deleted.
# general
s
This message was deleted.
f
I have Residential Starlink but not using it as primary service currently, waiting for new house to be finished. I'm trying to think if there might be some communication that's failing with
pulumi up
that could behave like that. Starlink service is CGNAT as are most cable internet service providers
b
Pulumi does a lot of round trips for checkpointing, which is probably quite painful on a high latency connection. You could try running with
Copy code
PULUMI_EXPERIMENTAL=1 PULUMI_SKIP_CHECKPOINTS=true pulumi up
👍 1
m
Hmm, it might not be internet related. I think something’s off about Pulumi. If I restart my computer it’ll start working just fine again