Let Mongo node auto retry initial connection

and add status indicator
to close #221
This commit is contained in:
Dave Conway-Jones
2016-08-16 11:43:36 +01:00
parent eb17e6533e
commit eb6e35957b
3 changed files with 35 additions and 19 deletions

View File

@@ -22,6 +22,11 @@
"count": "count",
"aggregate": "aggregate"
},
"status": {
"connecting": "connecting",
"connected": "connected",
"error": "error"
},
"tip": "<b> Tip:</b> If no collection is set, ensure <code>msg.collection</code> will contain the collection name",
"errors": {
"nocollection": "No collection defined",