Skip to content

error out when we can't start workers - fixes #586

dakkar requested to merge feature/586-error-out-when-no-workers into develop

What does this PR do?

Setting clusterLimit to 0 means no workers are started, which usually breaks things. Also, some "hardening" things may prevent node from seeing how many CPUs the machine has, which has the same effect.

With this commit we provide hopefully-useful error messages.

@june please test this in your setup!

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports