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
When running in --run-indefinitely we're most likely going to terminate the process in the middle and not all temp folders are going to get cleaned up.
So we need to catch process termination and perform cleanup.