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

Update util.Operations abstraction to have blocking/non-blocking teardown process #312

Open
randalljohnson opened this issue Apr 23, 2024 · 0 comments
Labels
work:Feature New feature

Comments

@randalljohnson
Copy link
Contributor

util.Operations currently attempts to call all Delete functions, collect all errors, and then print out all errors. Sometimes, it's beneficial to block on the first error and return that error to the user. Let's add a parameter to control this behavior and allow clients to decide what behavior they want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work:Feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant