Hey pulumi team, regarding the slowness of updates...
# general
a
Hey pulumi team, regarding the slowness of updates on certain changes https://github.com/pulumi/pulumi/issues/2674 , I notice that updating to a new container image for a Fargate service, takes about ~8min to finish, though it seems like the actual container starts running much more quickly than pulumi reports success for it. Just some anecdata.
w
I suspect this is a different issue - but also something we should look at. I think this is related to using the
waitForReady
setting, which waits for the container to report healthy, which may take some time after the container is initially registered while the containers spin up. cc @lemon-spoon-91807