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
Right now the main thread sits and waits for the recursive files moves to complete for the output of the diags jobs which can take a while. It would be better if this was run on a separate thread, and the main thread could keep going.