Closed dVelopment closed 1 year ago
With monq 0.3.1 (which uses mongoskin 1.4.4) authentication with MongoDB 3 doesn't work and so the workers threads die after a few unsuccessful connection attempts. Monq 0.3.3 uses mongoskin ^2.0.0 which supports proper authentication on Mongo 3.0
0.3.1
1.4.4
0.3.3
^2.0.0
With monq
0.3.1
(which uses mongoskin1.4.4
) authentication with MongoDB 3 doesn't work and so the workers threads die after a few unsuccessful connection attempts. Monq0.3.3
uses mongoskin^2.0.0
which supports proper authentication on Mongo 3.0