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
ctrl + C does not kill the process consistently, possibly because we're blocked waiting on IO, take a look at our options here
when killed, any info that's been extracted before the kill is not cached, we should write to the cache more aggressively (might be that we're not closing the file pointers, which is a straight up bug)