DB calls not being Fiberized #212
Closed
Comments
I have fixed this error on our end by wrapping all our database calls in a Fiber(function(){ ... }).run(); but this is a hack around for the problem, it should be addressed in Meteor, IMO. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i'm runing MongoDB interactions on the server side JavaScript, I am periodically getting an error from Meteor.
It looks like server side DB calls are not always getting correctly Fiberized for nodejs to process. It doesn't happen all the time and appears random. Often if we leave meteor running overnight it will have error-ed out when we come back in the morning. Sometimes meteor can recover, sometimes it needs to be reset.
The text was updated successfully, but these errors were encountered: