I'm still debugging and gathering information, but...
# aws
f
I'm still debugging and gathering information, but I figured I'd see if anyone else has run into this. I've got a Cloudformation stack that I'm deploying with Pulumi, but I'm continually running into issues where updates will time out with the stack in an
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
state. Sometimes I can immediately re-run the
pulumi up
and it will succeed in a minute; other times, the re-run will fail in a minute. In the latter case, if I wait a while (e.g., ~30 minutes), I can re-run and it will often pass. Has anyone else seen this kind of behavior?
m
No, but I'm curious if you'd have any luck setting a longer timeout https://www.pulumi.com/docs/intro/concepts/resources/options/customtimeouts/
f
Yeah, I've been steadily ratcheting up the timeout, without luck 😕
m
Ahh