mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Let Mongo node auto retry initial connection
and add status indicator to close #221
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user