在更新一个大的 json 列表时,我收到以下错误:
2012-04-01T09:34:00+00:00 app[run.1]: MONGODB [DEBUG] cursor.refresh() for cursor 7078636577051629992
2012-04-01T09:34:00+00:00 app[run.1]: the server responded with status 404
2012-04-01T09:34:00+00:00 app[run.1]: rake aborted!
这似乎是说:由于 cursor.refresh() 我得到一个超时然后服务器 404 响应
Mongodb 目前正在 Heroku/MongoLAB 上运行,但在我的本地机器上我没有这种行为。