Add description of Timeout field in exec node info tab (#1550)

This commit is contained in:
Colin Law 2018-01-13 15:33:15 +00:00 committed by Nick O'Leary
parent a3640bd9bf
commit 71fee0025d
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
the type of signal to be sent, for example, <code>SIGINT</code>, <code>SIGQUIT</code> or <code>SIGHUP</code>.
Defaults to <code>SIGTERM</code> if set to an empty string.</p>
<p>If the node has more than one process running then <code>msg.pid</code> must also be set with the value of the PID to be killed.</p>
<p>If a value is provided in the <code>Timeout</code> field then, if the process has not completed when the specified number of seconds has elapsed, the process will be killed automatically</p>
<p>Tip: if running a Python app you may need to use the <code>-u</code> parameter to stop the output being buffered.</p>
</script>