Problem: Pulumi does not stop updating I use the ...
# general
b
Problem: Pulumi does not stop updating I use the pulumi automation API to deploy aws infrastructure. The screenshot indicates for me that every task is done (see status). Nonetheless, pulumi keeps updating and doesn't finish the up command. What could be a reason for that?
l
I see a replaced Command. Are you awaiting its completion? Does it take a long time, could it be not completing?
b
Thanks for the quick answer. Appreciate that! I will try to run the same without the invalidator which is not awaited and creates a
new local.Command
to create an invalidation in aws cloudfront. But I also just saw that it finished after 25m with one error which is that it couldn't delete an edge lambda because it is a replicated function. Might this also be the cause for it?
l
Absolutely. If you're replacing the lambda, that's certainly the issue. I don't know how important it would be if you're just deleting it.. probably still the cause.