We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796834b commit 5cfee92Copy full SHA for 5cfee92
doc/api/cluster.markdown
@@ -94,6 +94,8 @@ the worker pool for your application's needs.
94
## cluster.settings
95
96
* {Object}
97
+ * `execArgv` {Array} list of string arguments passed to the node executable.
98
+ (Default=`process.execArgv`)
99
* `exec` {String} file path to worker file. (Default=`process.argv[1]`)
100
* `args` {Array} string arguments passed to worker.
101
(Default=`process.argv.slice(2)`)
0 commit comments