miasma-rb / miasma-aws

Miasma AWS API
Other
8 stars 8 forks source link

Do not retry plan availability check when there are no changes in the changeset #65

Open eatwithforks opened 5 years ago

eatwithforks commented 5 years ago

We had an empty changeset and miasma retries 10 times which does not make any sense because an empty changeset will never be available.

miasma should read the status response and check if its "The submitted information didn't contain changes. Submit different information to create a change set." and then fail fast.

would you accept a PR to fix it? @chrisroberts