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

safe app deletion always retry on any error #567

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

Conversation

Cocossoul
Copy link
Contributor

Our apps are failing to be deleted because some services can only unbound to one app at a time.
Our issue has been solved temporarily by #547, but at some point the error message changed without notice, so the workaround wasn't cutting it anymore.

Knowing that the service broker messages can not be relied on, I think that it is best to retry app deletion on any error. In the worst case, if this is an error that cannot be solved by retrying only, then we will only loose a few minutes, but this is better than a Terraform apply failing and interrupting a deployment procedure.

Copy link

@adhaferat adhaferat left a comment

Choose a reason for hiding this comment

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

+1

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.

2 participants