realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Switch to standard retry_mode and increase max_attempts #102

Closed ahmed-shash-rea closed 1 year ago

ahmed-shash-rea commented 1 year ago

Switch to standard retry_mode and increase max_attempts

Closes: #87

adrianmace commented 1 year ago

From the docs linked in that article, it looks like AWS has since introduced an alternative retry_mode: standard which includes standardised retry logic across all SDKs.

Is it better to just swap the :retry_mode to standard, or is controlling the individual fields manually (this PR) the better approach?