Currently it's easily possible for an intermediate container not to get cleaned up properly. Instead why don't we tag all intermediate containers with the run id and marking the type of container it is and then do the cleanup at the end. That way we can more consistently ensure that things will get properly cleaned up if the background job runs to completion.
Currently it's easily possible for an intermediate container not to get cleaned up properly. Instead why don't we tag all intermediate containers with the run id and marking the type of container it is and then do the cleanup at the end. That way we can more consistently ensure that things will get properly cleaned up if the background job runs to completion.