You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 rmJun 14, 2024
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.The text was updated successfully, but these errors were encountered: