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

DB Connection Pool: Add skip_if_exists #1000

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

danaelhe
Copy link
Member

Addresses #925

Users reported experiencing 5xx errors on Database Connection Pools requests even if it was successfully created in DO. When this happens, in the terraform state, the resource was marked as not created because of 503 error. Following a retry, the creation of the pool fails because the name is already taken.

This proposes a workaround solution of adding an optional "skip_if_exists" argument. If the connection pool already exists, it will exit without error.

@danaelhe danaelhe requested a review from a team June 20, 2023 21:09
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

1 participant