intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

Working code for catching throttle limits and retrying #223

Closed ccloes-intuit closed 10 years ago

ccloes-intuit commented 10 years ago

This is a working branch. I put it up for discussion so that we can talk about the merits of continuing with fog versus moving to aws-sdk.

There is some expected refactoring since this is the first pass, but I didn't want to optimize if we wanted to pivot to a different task/direction. Especially if STS is not seeing the problem any longer.

/cc @thbishop @brettweavnet

weavenet commented 10 years ago

@thbishop lets chat about this with @ccloes-intuit when you have time.

My concern is this will make it harder to one day switch to AWS-SDK if we so choose.

bw-intuit commented 10 years ago

@ccloes-intuit closing as we could not re=producing the problem