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
The current worker cleanup uses the find command and a reference file created at container startup to remove artifacts created by the install-tool and the managers it wraps. however, this can break its functionality, as some of its files maintain state, leaving it in an unstable condition.
Proposed Solution
Since the install-tool manages both state and its own fs artifacts (e,g. symlinks), cleanup should be delegated to it and not performed by the worker. until addressed upstream, the current method remains functional but incomplete.