Documentation: Init a worker with env vars
Aberta
documentation
- Linguagem predominante
- TypeScript
- Estrelas
- 3.5k
- Forks
- 173
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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'
}
})));
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.