Sharkey/packages/backend
dakkar 3eff85a3d3 error out when we can't spawn workers - fixes #586
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.
2024-07-21 11:32:39 +01:00
..
.vscode
assets
migration add copyright text to all our files 2024-06-15 11:36:55 +01:00
scripts
src error out when we can't spawn workers - fixes #586 2024-07-21 11:32:39 +01:00
test fix types in my test 2024-05-31 12:59:32 +01:00
test-server
.eslintignore
.eslintrc.cjs
.madgerc
.swcrc
jest.config.cjs
jest.config.e2e.cjs
jest.config.unit.cjs
jsconfig.json
ormconfig.js
package.json implement fetching host-meta before the webfinger endpoint 2024-07-09 05:45:41 +03:00
README.md
tsconfig.json

Misskey Backend