You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a few instances over the past few months of deploying with mupx where my meteor app has crashed (it's usually been some mongo error, which may be the root of my problem). However, I was expecting the docker containers to restart, but they don't. I have to manually restart the docker or manually do 'mupx restart'.
Any thoughts why this might be?
Thanks!
The last error I had was:
Bugsnag: MongoError: cursor killed or timed out
at Object.Future.wait (/bundle/bundle/programs/server/node_modules/fibers/future.js:398:15)
at [object Object]._.extend._nextObject (packages/mongo/mongo_driver.js:986:1)
at [object Object]._.extend.forEach (packages/mongo/mongo_driver.js:1020:1)
at [object Object].Cursor.(anonymous function) [as forEach] (packages/mongo/mongo_driver.js:869:1)
at Package (asuCheckSubscriptions.js:11:48)
at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)
- - - - -
at Object.toError (/bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/utils.js:114:11)
at /bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/cursor.js:847:31
at /bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/db.js:1905:9
at Server.Base._callHandler (/bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/base.js:453:41)
at /bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:488:18
at [object Object].MongoReply.parseBody (/bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
at [object Object].<anonymous> (/bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:446:20)
at [object Object].emit (events.js:95:17)
at [object Object].<anonymous> (/bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:207:13)
at [object Object].emit (events.js:98:17)
at Socket.<anonymous> (/bundle/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection.js:440:22)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:765:14)
at Socket.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:427:10)
at emitReadable (_stream_readable.js:423:5)
at readableAddChunk (_stream_readable.js:166:9)
at Socket.Readable.push (_stream_readable.js:128:10)
at TCP.onread (net.js:529:21)
The text was updated successfully, but these errors were encountered:
I've had a few instances over the past few months of deploying with mupx where my meteor app has crashed (it's usually been some mongo error, which may be the root of my problem). However, I was expecting the docker containers to restart, but they don't. I have to manually restart the docker or manually do 'mupx restart'.
Any thoughts why this might be?
Thanks!
The last error I had was:
The text was updated successfully, but these errors were encountered: