Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail fast on deployments by decrementing max_attempts to 1 #404

Merged
merged 1 commit into from
Sep 10, 2021
Merged

Conversation

lisamurphy-msft
Copy link
Contributor

@lisamurphy-msft lisamurphy-msft commented Sep 9, 2021

Description

Changed the value of max_attempts to 1 so that it will fail fast as opposed to looping 5 times, leaving the retry logic in place however to allow for future debug attempts.

Issue reference

The issue this PR will close: #362

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles or validates correctly
  • BASH scripts have been validated using shellcheck
  • All tests pass (manual and automated)
  • Relevant issues are linked to this PR

Copy link
Contributor

@glennmusa glennmusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works as expected, thanks @lisamurphy-msft 👍

@glennmusa glennmusa merged commit e4eb88d into main Sep 10, 2021
@glennmusa glennmusa deleted the 362 branch September 10, 2021 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Terraform retry attempts
2 participants