Documentation: Init a worker with env vars
未关闭
documentation
- 主要语言
- TypeScript
- 星标
- 3.5k
- 派生
- 173
- PR 合并指标
- 30 天内没有已合并 PR
描述
I have a few env vars (RANDOM_SEED, THREADS) that I was setting in my pool init code and attempting to read in the workers. I realise now that I don't think that it is supported in node. I wonder if we could support starting the workers with some env vars set, similar to how spawn/exec allow setting env vars.
Something like:
```js
let pool = Pool(() => spawn(new Worker('./foo', {
env: {
RANDOM_SEED: 'kjhsdfjk',
THREADS: '8'
}
})));
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。