--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/8129483a-e197-4086-890a-4cdcaa8796e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,the 'modified nodes' deploy type does not refer to node whose source code has been modified. It means the nodes who have undeployed changes in your workspace. A change can be as simple as the node having been moved. So to restart a single node, move it in the workspace, then hit deploy.Nick
On 28 February 2017 at 16:47, magouero <pend...@gmail.com> wrote:
Gentlemen,
I experience a problem where a node , when it starts , begins with establishing a connection with a radio card.
It happens that the link is sometimes not established and then no message comes out of this node.
I noticed that if i make a small modification to something in the same flow and ask "deploy full" or "modified flow" it +/- restarts the nodes and that corrects the bug i have.
Whereas deploy "modofoed nodes" does not correct because it does not ask for the node to restart.
I cannot modifiy the node by myself because i'm not enough good at using JS and it is not my product so supplier should do that.
So my question is:
is there a way to ask nodered to restart 1 node while keeping the rest as it is, (because the rest is running and ok). I mean: have that particular node go through the same steps than at the nodered deploy step ?
e.g. using a exec node launching a command for node.js to do sometthing like stop/start this node ?
Sorry if it looks like a stupid question but i think it is interesting to understand a bit how it works "inside".
Thanks for your answers.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
So the question was : is there a way to restart a node using a command, whatever it is?
The command cannot be deploy because it will restar the rest.