While updating a big json list, I'm getting the following error :
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!
That seems to say: in consequence of cursor.refresh() I get a time out then the server 404 responce
Mongodb is currently running on Heroku/MongoLAB but on my local machine I've not this behaviour.