我不知道为什么,但是这个循环在一个用户身上翻滚
User.all.each_with_index do |user, i|
即使我只是执行此循环来打印电子邮件,我也会得到:
MONGODB cursor.refresh() for cursor xxx
当我为此添加更多计算时,它变得致命:
MONGODB cursor.refresh() for cursor yyy
rake aborted!
Query response returned CURSOR_NOT_FOUND. Either an invalid cursor was specified
你认为可能有什么问题?