Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to limit the amount of workers #36

Closed
dotansimha opened this issue Oct 13, 2020 · 1 comment
Closed

Allow to limit the amount of workers #36

dotansimha opened this issue Oct 13, 2020 · 1 comment

Comments

@dotansimha
Copy link

Since this change: d8c0712 , this fork is using os.cpus to create workers. This might lead to an issue because of this: nodejs/node#28762 (while running in a Docker environment).

I created this PR to make it possible to override this configuration with an environment variable: #35

@VincentBailly
Copy link
Owner

PR merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants