sparkleformation / sfn

SparkleFormation CLI
http://www.sparkleformation.io
Apache License 2.0
63 stars 24 forks source link

plan randomly fails because changeset is not yet findable on aws service #302

Open eatwithforks opened 5 years ago

eatwithforks commented 5 years ago

we need to either retry or sleep 1 to avoid this to randomly fail.

in realize.rb

        plan = stack.plan
        if plan.nil?
          raise Error::StackPlanNotFound,
            "Failed to locate plan for stack `#{name}`"
        end
eatwithforks commented 4 years ago

@chrisroberts