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

Adding exception retry logic to #wait_for #5

Merged
merged 1 commit into from
Dec 15, 2015

Conversation

adamleff
Copy link
Contributor

In the event that exceptions are raised while waiting for some actions,
such as connecting to a machine when DNS hasn't propagated, Chef
Provisioning will unwind and not retry the attempt. This change catches
those exceptions and adds a configurable retry count parameter.

In the event that exceptions are raised while waiting for some actions,
such as connecting to a machine when DNS hasn't propagated, Chef
Provisioning will unwind and not retry the attempt. This change catches
those exceptions and adds a configurable retry count parameter.
@edolnx
Copy link

edolnx commented Dec 14, 2015

Looks good to me 👍

@ryancragun
Copy link

🍶 🍷 🍺

@jjasghar
Copy link

👍 🚀 🍰 👍

adamleff added a commit that referenced this pull request Dec 15, 2015
Adding exception retry logic to `#wait_for`
@adamleff adamleff merged commit ba44f70 into master Dec 15, 2015
@adamleff adamleff deleted the adamleff/retry-exceptions branch December 15, 2015 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants