logoalt Hacker News

VladVladikofftoday at 3:05 PM0 repliesview on HN

My bet is this is a threading bug rather than just a broken loop. Somehow the threads are failing to communicate with each other, or some sort of race condition, so it keeps putting in the same task to the queue but missing the result. Something like that.