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

fix: Allow retries in case of transient error finding assigned elastic IP address #387

Merged
merged 1 commit into from Jun 30, 2023

Conversation

exdx
Copy link
Contributor

@exdx exdx commented Jun 20, 2023

The current behavior, to unwrap the result of the AWS Elastic IP API call, leads to a panic in case of transient failure. Instead, we retry 10 times, with 30 second backoffs, before returning a terminal error back from the apply command.

Signed-off-by: Dan Sover dan.sover@avalabs.org

IP address

Signed-off-by: Dan Sover <dan.sover@avalabs.org>
@gyuho gyuho merged commit a406cc7 into main Jun 30, 2023
7 checks passed
@gyuho gyuho deleted the fix/eip-panic branch June 30, 2023 22:24
@gyuho
Copy link
Collaborator

gyuho commented Jun 30, 2023

@rkuris Thanks for the feedback. We will address the styling issue in the following PR :)

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.

None yet

3 participants