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

host/docker: Enable dependency-aware & concurrent deletion of resources in host rm #230

Open
ethanjli opened this issue Jun 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@ethanjli
Copy link
Member

Currently, the host rm command deletes apps sequentially without parallelism (which makes the subcommand rather slow), and without sorting apps by resource dependencies (e.g. services which depend on particular networks); instead, apps are deleted in alphabetical order (which enables deletion orderings which will partially fail, so that the remaining resources must be manually deleted). Instead, host rm should delete apps in a way that is aware of resource dependencies and so that services can be deleted concurrently for faster execution.

@ethanjli ethanjli added bug Something isn't working enhancement New feature or request labels Jun 13, 2024
@ethanjli ethanjli self-assigned this Jun 14, 2024
@ethanjli ethanjli changed the title Enable dependency-aware & concurrent deletion of resources in host rm host/docker: Enable dependency-aware & concurrent deletion of resources in host rm Jun 14, 2024
@ethanjli ethanjli added this to the Backlog milestone Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant